SF.net SVN: geany-plugins:[2094] trunk/geany-plugins/geanyvc/src

frlan at users.sourceforge.net frlan at xxxxx
Wed Jun 15 14:12:15 UTC 2011


Revision: 2094
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2094&view=rev
Author:   frlan
Date:     2011-06-15 14:12:14 +0000 (Wed, 15 Jun 2011)

Log Message:
-----------
GeanyVC: fix accelerators on commit dialog (LANG=C)

Modified Paths:
--------------
    trunk/geany-plugins/geanyvc/src/commit.glade
    trunk/geany-plugins/geanyvc/src/geanyvc.c

Modified: trunk/geany-plugins/geanyvc/src/commit.glade
===================================================================
--- trunk/geany-plugins/geanyvc/src/commit.glade	2011-06-05 13:11:21 UTC (rev 2093)
+++ trunk/geany-plugins/geanyvc/src/commit.glade	2011-06-15 14:12:14 UTC (rev 2094)
@@ -149,7 +149,7 @@
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="label" translatable="yes">_Commit</property>
+                <property name="label" translatable="yes">C_ommit</property>
                 <property name="response_id">-10</property>
               </widget>
               <packing>

Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c
===================================================================
--- trunk/geany-plugins/geanyvc/src/geanyvc.c	2011-06-05 13:11:21 UTC (rev 2093)
+++ trunk/geany-plugins/geanyvc/src/geanyvc.c	2011-06-15 14:12:14 UTC (rev 2094)
@@ -1411,7 +1411,7 @@
 	gtk_widget_show(btnCancel);
 	gtk_dialog_add_action_widget(GTK_DIALOG(commitDialog), btnCancel, GTK_RESPONSE_CANCEL);
 
-	btnCommit = gtk_button_new_with_mnemonic(_("_Commit"));
+	btnCommit = gtk_button_new_with_mnemonic(_("C_ommit"));
 	gtk_widget_show(btnCommit);
 	gtk_dialog_add_action_widget(GTK_DIALOG(commitDialog), btnCommit, GTK_RESPONSE_APPLY);
 


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



More information about the Plugins-Commits mailing list