mirror of https://github.com/GNOME/gimp.git
oops...
This commit is contained in:
parent
474a4ec430
commit
2216807dca
|
@ -14,6 +14,7 @@
|
|||
(e.g. stock-menu-scale.png -> stock-scale-16.png).
|
||||
|
||||
* libgimpwidgets/gimpstock.[ch]
|
||||
* libgimpwidgets/gimpwidgets.c
|
||||
* themes/Default/gtkrc
|
||||
* themes/Default/imagerc
|
||||
* themes/Default/images/Makefile.am: changed accordingly.
|
||||
|
|
|
@ -52,10 +52,10 @@ gimp_widgets_init (void)
|
|||
|
||||
const guint8 *inline_pixbufs[] =
|
||||
{
|
||||
stock_wilber_16_16,
|
||||
stock_wilber_32_32,
|
||||
stock_wilber_48_48,
|
||||
stock_wilber_64_64
|
||||
stock_wilber_16,
|
||||
stock_wilber_32,
|
||||
stock_wilber_48,
|
||||
stock_wilber_64
|
||||
};
|
||||
|
||||
gimp_stock_init ();
|
||||
|
|
Loading…
Reference in New Issue