SF.net SVN: geany:[4985] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jun 3 11:09:21 UTC 2010


Revision: 4985
          http://geany.svn.sourceforge.net/geany/?rev=4985&view=rev
Author:   eht16
Date:     2010-06-03 11:09:20 +0000 (Thu, 03 Jun 2010)

Log Message:
-----------
Explicitly try to localise build menu item labels with gettext to enforce getting default labels translated.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/build.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-06-02 21:42:48 UTC (rev 4984)
+++ trunk/ChangeLog	2010-06-03 11:09:20 UTC (rev 4985)
@@ -1,3 +1,10 @@
+2010-06-03  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/build.c:
+   Explicitly try to localise build menu item labels with
+   gettext to enforce getting default labels translated.
+
+
 2010-05-30  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * tagmanager/sort.c:

Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c	2010-06-02 21:42:48 UTC (rev 4984)
+++ trunk/src/build.c	2010-06-03 11:09:20 UTC (rev 4985)
@@ -155,7 +155,7 @@
 
 static gchar *buildcmd_label(GeanyBuildCommand *bc)
 {
-	return id_to_str(bc, GEANY_BC_LABEL);
+	return _(id_to_str(bc, GEANY_BC_LABEL));
 }
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list