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:
Michael Natterer
2014-05-11 22:49:22 +02:00
parent 07ff7c7d6d
commit 65a65947d9
78 changed files with 366 additions and 365 deletions

View File

@ -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),