restored the 'Show Paint Tool Cursor' option that was removed during
2004-06-10 Philip Lafleur <plafleur@cvs.gnome.org>
* app/gui/preferences-dialog.c: restored the 'Show Paint Tool
Cursor' option that was removed during clean-up.
This commit is contained in:
parent
abcf984b66
commit
ee5eff3133
3 changed files with 13 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-06-10 Philip Lafleur <plafleur@cvs.gnome.org>
|
||||
|
||||
* app/gui/preferences-dialog.c: restored the 'Show Paint Tool
|
||||
Cursor' option that was removed during clean-up.
|
||||
|
||||
2004-06-10 Philip Lafleur <plafleur@cvs.gnome.org>
|
||||
|
||||
* app/paint/gimpbrushcore.c (gimp_brush_core_pressurize_mask):
|
||||
|
|
|
|||
|
|
@ -1460,7 +1460,10 @@ prefs_dialog_new (Gimp *gimp,
|
|||
prefs_check_button_add (object, "show-brush-outline",
|
||||
_("Show _Brush Outline"),
|
||||
GTK_BOX (vbox2));
|
||||
|
||||
prefs_check_button_add (object, "show-paint-tool-cursor",
|
||||
_("Show Paint _Tool Cursor"),
|
||||
GTK_BOX (vbox2));
|
||||
|
||||
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
|
||||
|
||||
prefs_enum_combo_box_add (object, "cursor-mode", 0, 0,
|
||||
|
|
|
|||
|
|
@ -1460,7 +1460,10 @@ prefs_dialog_new (Gimp *gimp,
|
|||
prefs_check_button_add (object, "show-brush-outline",
|
||||
_("Show _Brush Outline"),
|
||||
GTK_BOX (vbox2));
|
||||
|
||||
prefs_check_button_add (object, "show-paint-tool-cursor",
|
||||
_("Show Paint _Tool Cursor"),
|
||||
GTK_BOX (vbox2));
|
||||
|
||||
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
|
||||
|
||||
prefs_enum_combo_box_add (object, "cursor-mode", 0, 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue