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:
Henrik Brix Andersen 2004-01-08 12:29:12 +00:00 committed by Henrik Brix Andersen
parent 4455035971
commit c2a1de9377
3 changed files with 14 additions and 8 deletions

View File

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

View File

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

View File

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