SF.net SVN: geany-plugins:[2261] trunk/geany-plugins/pretty-printer/src/ PluginEntry.c

frlan at users.sourceforge.net frlan at xxxxx
Sat Oct 8 22:32:29 UTC 2011


Revision: 2261
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2261&view=rev
Author:   frlan
Date:     2011-10-08 22:32:29 +0000 (Sat, 08 Oct 2011)
Log Message:
-----------
PrettyPrinter: Rename menu entry

Modified Paths:
--------------
    trunk/geany-plugins/pretty-printer/src/PluginEntry.c

Modified: trunk/geany-plugins/pretty-printer/src/PluginEntry.c
===================================================================
--- trunk/geany-plugins/pretty-printer/src/PluginEntry.c	2011-10-08 22:29:54 UTC (rev 2260)
+++ trunk/geany-plugins/pretty-printer/src/PluginEntry.c	2011-10-08 22:32:29 UTC (rev 2261)
@@ -63,7 +63,7 @@
     main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
 
     //put the menu into the Tools
-    main_menu_item = gtk_menu_item_new_with_mnemonic(_("PrettyPrint XML"));
+    main_menu_item = gtk_menu_item_new_with_mnemonic(_("PrettyPrinter XML"));
     ui_add_document_sensitive(main_menu_item);
 
     gtk_widget_show(main_menu_item);

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