updated help IDs for new/reordered pages in the prefs dialog.

2004-01-28  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimphelp-ids.h: updated help IDs for new/reordered
	pages in the prefs dialog.

	* app/gui/preferences-dialog.c (prefs_dialog_new): changed
	accordingly.
This commit is contained in:
Michael Natterer 2004-01-28 11:06:34 +00:00 committed by Michael Natterer
parent 86a2462143
commit c07bbf8200
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2004-01-28 Michael Natterer <mitch@gimp.org>
* app/widgets/gimphelp-ids.h: updated help IDs for new/reordered
pages in the prefs dialog.
* app/gui/preferences-dialog.c (prefs_dialog_new): changed
accordingly.
2004-01-28 Manish Singh <yosh@gimp.org>
* plug-ins/script-fu/siod-wrapper.c (marshall_proc_db_call): validate

View File

@ -1134,7 +1134,7 @@ prefs_dialog_new (Gimp *gimp,
"default-grid.png",
GTK_TREE_STORE (tree),
_("Default Grid"),
GIMP_HELP_PREFS_NEW_IMAGE_GRID,
GIMP_HELP_PREFS_DEFAULT_GRID,
NULL,
&top_iter,
page_index++);
@ -2061,7 +2061,7 @@ prefs_dialog_new (Gimp *gimp,
N_("Select Gradient Folders"),
"gradient-path" },
{ N_("Fonts"), N_("Font Folders"), "folders-fonts.png",
GIMP_HELP_PREFS_FOLDERS_GRADIENTS,
GIMP_HELP_PREFS_FOLDERS_FONTS,
N_("Select Font Folders"),
"font-path" },
{ N_("Plug-Ins"), N_("Plug-In Folders"), "folders-plug-ins.png",

View File

@ -1134,7 +1134,7 @@ prefs_dialog_new (Gimp *gimp,
"default-grid.png",
GTK_TREE_STORE (tree),
_("Default Grid"),
GIMP_HELP_PREFS_NEW_IMAGE_GRID,
GIMP_HELP_PREFS_DEFAULT_GRID,
NULL,
&top_iter,
page_index++);
@ -2061,7 +2061,7 @@ prefs_dialog_new (Gimp *gimp,
N_("Select Gradient Folders"),
"gradient-path" },
{ N_("Fonts"), N_("Font Folders"), "folders-fonts.png",
GIMP_HELP_PREFS_FOLDERS_GRADIENTS,
GIMP_HELP_PREFS_FOLDERS_FONTS,
N_("Select Font Folders"),
"font-path" },
{ N_("Plug-Ins"), N_("Plug-In Folders"), "folders-plug-ins.png",

View File

@ -353,8 +353,7 @@
#define GIMP_HELP_PREFS_DIALOG "gimp-prefs-dialog"
#define GIMP_HELP_PREFS_NEW_IMAGE "gimp-prefs-new-image"
#define GIMP_HELP_PREFS_NEW_IMAGE_COMMENT "gimp-prefs-new-image-comment"
#define GIMP_HELP_PREFS_NEW_IMAGE_GRID "gimp-prefs-new-image-grid"
#define GIMP_HELP_PREFS_DEFAULT_GRID "gimp-prefs-default-grid"
#define GIMP_HELP_PREFS_INTERFACE "gimp-prefs-interface"
#define GIMP_HELP_PREFS_HELP "gimp-prefs-help"
#define GIMP_HELP_PREFS_TOOL_OPTIONS "gimp-prefs-tool-options"
@ -372,6 +371,7 @@
#define GIMP_HELP_PREFS_FOLDERS_PATTERNS "gimp-prefs-folders-patterns"
#define GIMP_HELP_PREFS_FOLDERS_PALETTES "gimp-prefs-folders-palettes"
#define GIMP_HELP_PREFS_FOLDERS_GRADIENTS "gimp-prefs-folders-gradients"
#define GIMP_HELP_PREFS_FOLDERS_FONTS "gimp-prefs-folders-fonts"
#define GIMP_HELP_PREFS_FOLDERS_PLUG_INS "gimp-prefs-folders-plug-ins"
#define GIMP_HELP_PREFS_FOLDERS_SCRIPTS "gimp-prefs-folders-scripts"
#define GIMP_HELP_PREFS_FOLDERS_MODULES "gimp-prefs-folders-modules"