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:
William Skaggs 2007-12-18 19:40:56 +00:00
parent 91c2453174
commit 3decfb47af
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"