mirror of https://github.com/GNOME/gimp.git
Bill Skaggs <weskaggs@primate.ucdavis.edu>
* libgimpwidgets/gimpstock.h: fix typo that probably caused bug #503834. svn path=/trunk/; revision=24398
This commit is contained in:
parent
91c2453174
commit
3decfb47af
|
@ -1,3 +1,8 @@
|
|||
2007-12-18 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* libgimpwidgets/gimpstock.h: fix typo that probably caused
|
||||
bug #503834.
|
||||
|
||||
2007-12-18 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/xcf/xcf-load.c
|
||||
|
|
|
@ -207,7 +207,7 @@ G_BEGIN_DECLS
|
|||
#define GIMP_STOCK_CLOSE "gimp-close"
|
||||
#define GIMP_STOCK_MENU_LEFT "gimp-menu-left"
|
||||
#define GIMP_STOCK_MENU_RIGHT "gimp-menu-right"
|
||||
#define GIMP_STOCK_MOVE_TO_SCREEN "gimp_move-to-screen"
|
||||
#define GIMP_STOCK_MOVE_TO_SCREEN "gimp-move-to-screen"
|
||||
#define GIMP_STOCK_DEFAULT_COLORS "gimp-default-colors"
|
||||
#define GIMP_STOCK_SWAP_COLORS "gimp-swap-colors"
|
||||
#define GIMP_STOCK_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window"
|
||||
|
|
Loading…
Reference in New Issue