app, libgimp: replace GTK_STOCK_FOO by icon names
unless it's a stock ID used for an action button, will address that later.
This commit is contained in:
@ -37,13 +37,13 @@ static const GimpActionEntry help_actions[] =
|
||||
{
|
||||
{ "help-menu", NULL, NC_("help-action", "_Help") },
|
||||
|
||||
{ "help-help", GTK_STOCK_HELP,
|
||||
{ "help-help", "help-browser",
|
||||
NC_("help-action", "_Help"), "F1",
|
||||
NC_("help-action", "Open the GIMP user manual"),
|
||||
G_CALLBACK (help_help_cmd_callback),
|
||||
GIMP_HELP_HELP },
|
||||
|
||||
{ "help-context-help", GTK_STOCK_HELP,
|
||||
{ "help-context-help", "help-browser",
|
||||
NC_("help-action", "_Context Help"), "<shift>F1",
|
||||
NC_("help-action", "Show the help for a specific user interface item"),
|
||||
G_CALLBACK (help_context_help_cmd_callback),
|
||||
|
Reference in New Issue
Block a user