Kaydet (Commit) 34d587f5 authored tarafından Nick Treleaven's avatar Nick Treleaven

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

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1841 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst e6b5bfb1
......@@ -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>
......
......@@ -349,9 +349,9 @@ void keybindings_init(void)
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment