use GTK_STOCK_FILE for File actions.
2005-09-19 Sven Neumann <sven@gimp.org> * app/actions/actions.c: use GTK_STOCK_FILE for File actions. * app/actions/dialogs-actions.c * plug-ins/gimpressionist/gimpressionist.c * plug-ins/print/gimp_main_window.c: use GTK_STOCK_ABOUT for About dialogs. * app/actions/actions.c * app/actions/brushes-actions.c * app/actions/channels-actions.c * app/actions/channels-commands.c * app/actions/colormap-editor-actions.c * app/actions/gradients-actions.c * app/actions/layers-actions.c * app/actions/layers-commands.c * app/actions/palette-editor-actions.c * app/actions/palettes-actions.c * app/actions/patterns-actions.c * app/actions/templates-actions.c * app/actions/templates-commands.c * app/actions/text-editor-actions.c * app/actions/tool-options-actions.c * app/actions/vectors-actions.c * app/actions/vectors-commands.c * app/tools/gimptexttool.c * app/widgets/gimpcontrollereditor.c * app/widgets/gimpcontrollerlist.c * plug-ins/flame/flame.c * plug-ins/gflare/gflare.c * plug-ins/gimpressionist/orientation.c * plug-ins/gimpressionist/size.c * plug-ins/metadata/interface.c: s/GIMP_STOCK_EDIT/GTK_STOCK_EDIT/
This commit is contained in:
committed by
Sven Neumann
parent
e4e52e54f3
commit
3b28167dd2
@ -64,7 +64,7 @@ static GimpActionEntry tool_options_actions[] =
|
||||
N_("_Restore Options From"), "", NULL, NULL,
|
||||
GIMP_HELP_TOOL_OPTIONS_RESTORE },
|
||||
|
||||
{ "tool-options-rename-menu", GIMP_STOCK_EDIT,
|
||||
{ "tool-options-rename-menu", GTK_STOCK_EDIT,
|
||||
N_("Re_name Saved Options"), NULL, NULL, NULL,
|
||||
GIMP_HELP_TOOL_OPTIONS_RENAME },
|
||||
|
||||
@ -136,7 +136,7 @@ tool_options_actions_update (GimpActionGroup *group,
|
||||
|
||||
tool_options_actions_update_presets (group, "tool-options-rename-",
|
||||
G_CALLBACK (tool_options_rename_saved_cmd_callback),
|
||||
GIMP_STOCK_EDIT,
|
||||
GTK_STOCK_EDIT,
|
||||
GIMP_HELP_TOOL_OPTIONS_RENAME,
|
||||
tool_info->options_presets);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user