mirror of https://github.com/GNOME/gimp.git
simplified.
2006-06-27 Sven Neumann <sven@gimp.org> * app/config/gimprc-blurbs.h (NUM_PROCESSORS_BLURB): simplified. * app/config/gimpguiconfig.c: changed default window hints back to "normal". Fixes bug #344242.
This commit is contained in:
parent
1fe1e1da54
commit
5024ba2cd8
|
@ -1,3 +1,10 @@
|
|||
2006-06-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/gimprc-blurbs.h (NUM_PROCESSORS_BLURB): simplified.
|
||||
|
||||
* app/config/gimpguiconfig.c: changed default window hints back to
|
||||
"normal". Fixes bug #344242.
|
||||
|
||||
2006-06-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/gfig/gfig-dialog.[ch]
|
||||
|
|
|
@ -234,14 +234,14 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
|
|||
"toolbox-window-hint",
|
||||
TOOLBOX_WINDOW_HINT_BLURB,
|
||||
GIMP_TYPE_WINDOW_HINT,
|
||||
GIMP_WINDOW_HINT_UTILITY,
|
||||
GIMP_WINDOW_HINT_NORMAL,
|
||||
GIMP_PARAM_STATIC_STRINGS |
|
||||
GIMP_CONFIG_PARAM_RESTART);
|
||||
GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_DOCK_WINDOW_HINT,
|
||||
"dock-window-hint",
|
||||
DOCK_WINDOW_HINT_BLURB,
|
||||
GIMP_TYPE_WINDOW_HINT,
|
||||
GIMP_WINDOW_HINT_UTILITY,
|
||||
GIMP_WINDOW_HINT_NORMAL,
|
||||
GIMP_PARAM_STATIC_STRINGS |
|
||||
GIMP_CONFIG_PARAM_RESTART);
|
||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_TRANSIENT_DOCKS,
|
||||
|
|
|
@ -212,8 +212,7 @@ N_("Sets the size of the navigation preview available in the lower right " \
|
|||
"corner of the image window.")
|
||||
|
||||
#define NUM_PROCESSORS_BLURB \
|
||||
N_("On multiprocessor machines, if GIMP has been compiled with --enable-mp " \
|
||||
"this sets how many processors GIMP should use simultaneously.")
|
||||
N_("Sets how how many processors GIMP should try to use simultaneously.")
|
||||
|
||||
#define PALETTE_PATH_BLURB \
|
||||
"Sets the palette search path."
|
||||
|
|
Loading…
Reference in New Issue