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

@ -269,7 +269,7 @@ gimp_query_string_box (const gchar *title,
query_box = create_query_box (title, parent, help_func, help_id,
G_CALLBACK (string_query_box_response),
GTK_STOCK_DIALOG_QUESTION,
"dialog-question",
message,
GTK_STOCK_OK, GTK_STOCK_CANCEL,
object, signal,
@ -329,7 +329,7 @@ gimp_query_int_box (const gchar *title,
query_box = create_query_box (title, parent, help_func, help_id,
G_CALLBACK (int_query_box_response),
GTK_STOCK_DIALOG_QUESTION,
"dialog-question",
message,
GTK_STOCK_OK, GTK_STOCK_CANCEL,
object, signal,
@ -392,7 +392,7 @@ gimp_query_double_box (const gchar *title,
query_box = create_query_box (title, parent, help_func, help_id,
G_CALLBACK (double_query_box_response),
GTK_STOCK_DIALOG_QUESTION,
"dialog-question",
message,
GTK_STOCK_OK, GTK_STOCK_CANCEL,
object, signal,
@ -465,7 +465,7 @@ gimp_query_size_box (const gchar *title,
query_box = create_query_box (title, parent, help_func, help_id,
G_CALLBACK (size_query_box_response),
GTK_STOCK_DIALOG_QUESTION,
"dialog-question",
message,
GTK_STOCK_OK, GTK_STOCK_CANCEL,
object, signal,