mirror of https://github.com/GNOME/gimp.git
moved Default Image Grid to top level since it also applies to newly
2004-01-08 Henrik Brix Andersen <brix@gimp.org> * app/gui/preferences-dialog.c (prefs_dialog_new): moved Default Image Grid to top level since it also applies to newly loaded images without a grid.
This commit is contained in:
parent
4455035971
commit
c2a1de9377
|
@ -1,3 +1,9 @@
|
|||
2004-01-08 Henrik Brix Andersen <brix@gimp.org>
|
||||
|
||||
* app/gui/preferences-dialog.c (prefs_dialog_new): moved Default
|
||||
Image Grid to top level since it also applies to newly loaded
|
||||
images without a grid.
|
||||
|
||||
2004-01-07 Henrik Brix Andersen <brix@gimp.org>
|
||||
|
||||
* plug-ins/common/psd.c
|
||||
|
|
|
@ -1125,9 +1125,9 @@ prefs_dialog_new (Gimp *gimp,
|
|||
GTK_TABLE (table), 1);
|
||||
|
||||
|
||||
/*********************************/
|
||||
/* New Image / Default Grid */
|
||||
/*********************************/
|
||||
/******************/
|
||||
/* Default Grid */
|
||||
/******************/
|
||||
vbox = prefs_notebook_append_page (gimp,
|
||||
GTK_NOTEBOOK (notebook),
|
||||
_("Default Image Grid"),
|
||||
|
@ -1135,8 +1135,8 @@ prefs_dialog_new (Gimp *gimp,
|
|||
GTK_TREE_STORE (tree),
|
||||
_("Default Grid"),
|
||||
GIMP_HELP_PREFS_NEW_IMAGE_GRID,
|
||||
NULL,
|
||||
&top_iter,
|
||||
&child_iter,
|
||||
page_index++);
|
||||
|
||||
/* Grid */
|
||||
|
|
|
@ -1125,9 +1125,9 @@ prefs_dialog_new (Gimp *gimp,
|
|||
GTK_TABLE (table), 1);
|
||||
|
||||
|
||||
/*********************************/
|
||||
/* New Image / Default Grid */
|
||||
/*********************************/
|
||||
/******************/
|
||||
/* Default Grid */
|
||||
/******************/
|
||||
vbox = prefs_notebook_append_page (gimp,
|
||||
GTK_NOTEBOOK (notebook),
|
||||
_("Default Image Grid"),
|
||||
|
@ -1135,8 +1135,8 @@ prefs_dialog_new (Gimp *gimp,
|
|||
GTK_TREE_STORE (tree),
|
||||
_("Default Grid"),
|
||||
GIMP_HELP_PREFS_NEW_IMAGE_GRID,
|
||||
NULL,
|
||||
&top_iter,
|
||||
&child_iter,
|
||||
page_index++);
|
||||
|
||||
/* Grid */
|
||||
|
|
Loading…
Reference in New Issue