renamed "file-new-menu" to "file-create-menu" and changed the menu label
2008-09-19 Sven Neumann <sven@gimp.org> * app/actions/file-actions.c: renamed "file-new-menu" to "file-create-menu" and changed the menu label from "New" to "Create". * app/plug-in/plug-in-menu-path.c * menus/image-menu.xml.in * plug-ins/common/screenshot.c * plug-ins/script-fu/script-fu.c * plug-ins/script-fu/scripts/*.scm * plug-ins/twain/twain.c * plug-ins/win-snap/winsnap.c: changed accordingly. svn path=/trunk/; revision=27013
This commit is contained in:
committed by
Sven Neumann
parent
b9ec59e455
commit
c7af52b846
@ -307,20 +307,20 @@ script_fu_extension_init (void)
|
||||
gimp_plugin_menu_branch_register ("<Image>/Filters/Languages/Script-Fu",
|
||||
N_("_Test"));
|
||||
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/New",
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/Create",
|
||||
N_("_Buttons"));
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/New",
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/Create",
|
||||
N_("_Logos"));
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/New",
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/Create",
|
||||
N_("_Patterns"));
|
||||
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/New",
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/Create",
|
||||
N_("_Web Page Themes"));
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/New/Web Page Themes",
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/Create/Web Page Themes",
|
||||
N_("_Alien Glow"));
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/New/Web Page Themes",
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/Create/Web Page Themes",
|
||||
N_("_Beveled Pattern"));
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/New/Web Page Themes",
|
||||
gimp_plugin_menu_branch_register ("<Image>/File/Create/Web Page Themes",
|
||||
N_("_Classic.Gimp.Org"));
|
||||
|
||||
gimp_plugin_menu_branch_register ("<Image>/Filters",
|
||||
|
||||
Reference in New Issue
Block a user