mirror of https://github.com/GNOME/gimp.git
marked new strings for translation.
22004-03-04 Sven Neumann <sven@gimp.org> * app/config/gimprc-blurbs.h: marked new strings for translation. * libgimpwidgets/gimpstock.h: added #defines for missing icons. This allows us to replace them later without changing the API. * app/gui/dialogs-constructors.c * app/gui/dialogs-menu.c * app/gui/gradient-editor-commands.c * app/gui/image-menu.c * app/gui/toolbox-menu.c * app/tools/gimppaintoptions-gui.c * app/tools/gimptextoptions.c * app/widgets/gimppaletteeditor.c: use the new stock icon names instead of abusing GTK+ and GIMP tool stock icons. * app/gui/preferences-dialog.c (prefs_dialog_new): added icons to the new check buttons.
This commit is contained in:
parent
499d19f831
commit
08ca217eca
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
2004-03-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/gimprc-blurbs.h: marked new strings for translation.
|
||||
|
||||
* libgimpwidgets/gimpstock.h: added #defines for missing icons.
|
||||
This allows us to replace them later without changing the API.
|
||||
|
||||
* app/gui/dialogs-constructors.c
|
||||
* app/gui/dialogs-menu.c
|
||||
* app/gui/gradient-editor-commands.c
|
||||
* app/gui/image-menu.c
|
||||
* app/gui/toolbox-menu.c
|
||||
* app/tools/gimppaintoptions-gui.c
|
||||
* app/tools/gimptextoptions.c
|
||||
* app/widgets/gimppaletteeditor.c: use the new stock icon names
|
||||
instead of abusing GTK+ and GIMP tool stock icons.
|
||||
|
||||
* app/gui/preferences-dialog.c (prefs_dialog_new): added icons
|
||||
to the new check buttons.
|
||||
|
||||
2004-03-04 Simon Budig <simon@gimp.org>
|
||||
|
||||
* app/gui/preferences-dialog.c: remove the widgets for
|
||||
|
|
|
@ -115,20 +115,20 @@ N_("The window type hint that is set on dock windows. This may affect " \
|
|||
"Where to search for data used by the Gimpressionist plug-in."
|
||||
|
||||
#define GLOBAL_BRUSH_BLURB \
|
||||
"When enabled, the selected brush will be used for all tools."
|
||||
|
||||
#define GLOBAL_PATTERN_BLURB \
|
||||
"When enabled, the selected pattern will be used for all tools."
|
||||
|
||||
#define GLOBAL_PALETTE_BLURB \
|
||||
"When enabled, the selected palette will be used for all tools."
|
||||
|
||||
#define GLOBAL_GRADIENT_BLURB \
|
||||
"When enabled, the selected gradient will be used for all tools."
|
||||
N_("When enabled, the selected brush will be used for all tools.")
|
||||
|
||||
#define GLOBAL_FONT_BLURB \
|
||||
"When enabled, the selected font will be used for all tools."
|
||||
|
||||
#define GLOBAL_GRADIENT_BLURB \
|
||||
N_("When enabled, the selected gradient will be used for all tools.")
|
||||
|
||||
#define GLOBAL_PATTERN_BLURB \
|
||||
N_("When enabled, the selected pattern will be used for all tools.")
|
||||
|
||||
#define GLOBAL_PALETTE_BLURB \
|
||||
"When enabled, the selected palette will be used for all tools."
|
||||
|
||||
#define GRADIENT_PATH_BLURB \
|
||||
"Sets the gradient search path."
|
||||
|
||||
|
|
Loading…
Reference in New Issue