[geany/geany] 4f76be: Use more usual build command labels

Nick Treleaven git-noreply at xxxxx
Mon Jul 22 11:48:03 UTC 2019


Branch:      refs/heads/master
Author:      Nick Treleaven <n at trelsoft.com>
Committer:   Nick Treleaven <n at trelsoft.com>
Date:        Mon, 22 Jul 2019 11:48:03 UTC
Commit:      4f76bebab4348e7b3164436cd825ac371fd49bc4
             https://github.com/geany/geany/commit/4f76bebab4348e7b3164436cd825ac371fd49bc4

Log Message:
-----------
Use more usual build command labels


Modified Paths:
--------------
    data/filedefs/filetypes.Kotlin.conf

Modified: data/filedefs/filetypes.Kotlin.conf
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -18,14 +18,14 @@ extension=kt
 mime_type=text/x-kotlin
 
 [build-menu]
-FT_00_LB=_Compile Kotlin Class
+FT_00_LB=_Compile
 FT_00_CM=kotlinc "%f"
 FT_00_WD=
 
-EX_00_LB=_Execute Kotlin Class
+EX_00_LB=_Execute
 EX_00_CM=kotlin "%eKt"
 EX_00_WD=
 
-EX_01_LB=Execute Kotlin _Script
+EX_01_LB=Execute _Script
 EX_01_CM=kotlinc -script "%f"
 EX_01_WD=



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list