use STOCK_WARNING instead of STOCK_WILBER_EEK for the quit dialog.
2006-06-26 Sven Neumann <sven@gimp.org> * app/dialogs/quit-dialog.c: use STOCK_WARNING instead of STOCK_WILBER_EEK for the quit dialog.
This commit is contained in:

committed by
Sven Neumann

parent
1eeaa25fa0
commit
b294077ef1
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-26 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/dialogs/quit-dialog.c: use STOCK_WARNING instead of
|
||||||
|
STOCK_WILBER_EEK for the quit dialog.
|
||||||
|
|
||||||
2006-06-25 Manish Singh <yosh@gimp.org>
|
2006-06-25 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* plug-ins/pygimp/pygimp-pdb.c: quick fix so colors in the PDB work
|
* plug-ins/pygimp/pygimp-pdb.c: quick fix so colors in the PDB work
|
||||||
|
@ -100,7 +100,7 @@ quit_close_all_dialog_new (Gimp *gimp,
|
|||||||
|
|
||||||
dialog =
|
dialog =
|
||||||
gimp_message_dialog_new (do_quit ? _("Quit GIMP") : _("Close All Images"),
|
gimp_message_dialog_new (do_quit ? _("Quit GIMP") : _("Close All Images"),
|
||||||
GIMP_STOCK_WILBER_EEK,
|
GIMP_STOCK_WARNING,
|
||||||
NULL, 0,
|
NULL, 0,
|
||||||
gimp_standard_help_func,
|
gimp_standard_help_func,
|
||||||
do_quit ?
|
do_quit ?
|
||||||
|
Reference in New Issue
Block a user