SF.net SVN: geany: [1841] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Aug 30 10:33:09 UTC 2007


Revision: 1841
          http://geany.svn.sourceforge.net/geany/?rev=1841&view=rev
Author:   ntrel
Date:     2007-08-30 03:33:09 -0700 (Thu, 30 Aug 2007)

Log Message:
-----------
Rename non-menu keybinding titles, e.g. Tags menu -> Tags commands.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-08-30 10:27:57 UTC (rev 1840)
+++ trunk/ChangeLog	2007-08-30 10:33:09 UTC (rev 1841)
@@ -5,6 +5,8 @@
  * doc/geany.txt, doc/geany.html:
    Add Plugins section, describe using a second instance to edit
    geany.conf in 'Hidden preferences' appendix.
+ * src/keybindings.c:
+   Rename non-menu keybinding titles, e.g. Tags menu -> Tags commands.
 
 
 2007-08-29  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2007-08-30 10:27:57 UTC (rev 1840)
+++ trunk/src/keybindings.c	2007-08-30 10:33:09 UTC (rev 1841)
@@ -349,9 +349,9 @@
 	keys[GEANY_KEYS_BUILD_COMPILE]->section = _("Build menu");
 	keys[GEANY_KEYS_MENU_OPENCOLORCHOOSER]->section = _("Tools menu");
 	keys[GEANY_KEYS_MENU_HELP]->section = _("Help menu");
-	keys[GEANY_KEYS_SWITCH_EDITOR]->section = _("Focus menu");
-	keys[GEANY_KEYS_EDIT_TOLOWERCASE]->section = _("Editing menu");
-	keys[GEANY_KEYS_EDIT_AUTOCOMPLETE]->section = _("Tag menu");
+	keys[GEANY_KEYS_SWITCH_EDITOR]->section = _("Focus commands");
+	keys[GEANY_KEYS_EDIT_TOLOWERCASE]->section = _("Editing commands");
+	keys[GEANY_KEYS_EDIT_AUTOCOMPLETE]->section = _("Tag commands");
 
 	g_free(configfile);
 	g_key_file_free(config);


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