SF.net SVN: geany-plugins:[2344] trunk/geany-plugins/geanyvc/src/geanyvc.c
frlan at users.sourceforge.net
frlan at xxxxx
Tue Nov 15 17:37:44 UTC 2011
Revision: 2344
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2344&view=rev
Author: frlan
Date: 2011-11-15 17:37:44 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
GeanyVC: Using VC in case of submenu is going into menubar to save some place
(->netbooks etc)
Modified Paths:
--------------
trunk/geany-plugins/geanyvc/src/geanyvc.c
Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c
===================================================================
--- trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-11-15 17:37:23 UTC (rev 2343)
+++ trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-11-15 17:37:44 UTC (rev 2344)
@@ -2257,7 +2257,7 @@
menubar = GTK_MENU_SHELL(
ui_lookup_widget(geany->main_widgets->window, "menubar1"));
- menu_vc = gtk_menu_item_new_with_mnemonic(_("_Version Control"));
+ menu_vc = gtk_menu_item_new_with_mnemonic(_("_VC"));
gtk_menu_shell_insert(
menubar, menu_vc, g_list_length(menubar->children)-1);
}
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