mirror of https://github.com/GNOME/gimp.git
use "gtk-dialog-question" instead of "gimp-wilber-eek" to indicate a
2006-03-31 Sven Neumann <sven@gimp.org> * app/core/gimpimagefile.c (gimp_imagefile_get_new_pixbuf): use "gtk-dialog-question" instead of "gimp-wilber-eek" to indicate a missing thumbnail.
This commit is contained in:
parent
1dac27836d
commit
bb28d144d7
|
@ -1,3 +1,9 @@
|
|||
2006-03-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpimagefile.c (gimp_imagefile_get_new_pixbuf): use
|
||||
"gtk-dialog-question" instead of "gimp-wilber-eek" to indicate a
|
||||
missing thumbnail.
|
||||
|
||||
2006-03-31 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/pdb/Makefile.am
|
||||
|
|
|
@ -465,7 +465,7 @@ gimp_imagefile_get_new_pixbuf (GimpViewable *viewable,
|
|||
break;
|
||||
|
||||
case GIMP_THUMB_STATE_NOT_FOUND:
|
||||
stock_id = "gimp-wilber-eek";
|
||||
stock_id = "gtk-dialog-question";
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue