all plug-ins except script-fu: removed the translation marks from the menu
2004-10-12 Michael Natterer <mitch@gimp.org> * plug-ins/*/*.c: all plug-ins except script-fu: removed the translation marks from the menu paths passed to gimp_plugin_menu_register(). All default menu branches used by included plug-ins are created and translated by the core now.
This commit is contained in:
committed by
Michael Natterer
parent
ab6c609ce1
commit
8e15676423
@ -131,8 +131,7 @@ static void query()
|
||||
G_N_ELEMENTS (args), nreturn_vals,
|
||||
args, return_vals);
|
||||
|
||||
gimp_plugin_menu_register ("plug_in_imagemap",
|
||||
N_("<Image>/Filters/Web"));
|
||||
gimp_plugin_menu_register ("plug_in_imagemap", "<Image>/Filters/Web");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user