app/widgets/gimphelp-ids.h changed "Window Manager" to "Window Management"

2003-11-21 Henrik Brix Andersen <brix@gimp.org>

* app/widgets/gimphelp-ids.h
* app/gui/preferences-dialog.c: changed "Window Manager" to
"Window Management" and "Decorations" to "Window Type Hints"

* themes/Default/images/preferences/window-manager.png: removed...

* themes/Default/images/preferences/Makefile.am
* themes/Default/images/preferences/window-management.png: ... and
added under a new name.
This commit is contained in:
Henrik Brix Andersen 2003-11-21 18:39:52 +00:00 committed by Henrik Brix Andersen
parent c0aebcf3f5
commit 2df60dacc2
6 changed files with 30 additions and 18 deletions

View File

@ -1,3 +1,15 @@
2003-11-21 Henrik Brix Andersen <brix@gimp.org>
* app/widgets/gimphelp-ids.h
* app/gui/preferences-dialog.c: changed "Window Manager" to
"Window Management" and "Decorations" to "Window Type Hints"
* themes/Default/images/preferences/window-manager.png: removed...
* themes/Default/images/preferences/Makefile.am
* themes/Default/images/preferences/window-management.png: ... and
added under a new name.
2003-11-21 Sven Neumann <sven@gimp.org>
* configure.in: if lcms.h cannot be found, try lcms/lcms.h.

View File

@ -1778,21 +1778,21 @@ prefs_dialog_new (Gimp *gimp,
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
/********************/
/* Window Manager */
/********************/
/***********************/
/* Window Management */
/***********************/
vbox = prefs_notebook_append_page (gimp,
GTK_NOTEBOOK (notebook),
_("Window Manager"),
"window-manager.png",
_("Window Management"),
"window-management.png",
GTK_TREE_STORE (tree),
_("Window Manager"),
GIMP_HELP_PREFS_WINDOW_MANAGER,
_("Window Management"),
GIMP_HELP_PREFS_WINDOW_MANAGEMENT,
NULL,
&top_iter,
page_index++);
vbox2 = prefs_frame_new (_("Decorations"),
vbox2 = prefs_frame_new (_("Window Type Hints"),
GTK_CONTAINER (vbox), FALSE);
table = prefs_table_new (2, GTK_CONTAINER (vbox2), FALSE);

View File

@ -1778,21 +1778,21 @@ prefs_dialog_new (Gimp *gimp,
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
/********************/
/* Window Manager */
/********************/
/***********************/
/* Window Management */
/***********************/
vbox = prefs_notebook_append_page (gimp,
GTK_NOTEBOOK (notebook),
_("Window Manager"),
"window-manager.png",
_("Window Management"),
"window-management.png",
GTK_TREE_STORE (tree),
_("Window Manager"),
GIMP_HELP_PREFS_WINDOW_MANAGER,
_("Window Management"),
GIMP_HELP_PREFS_WINDOW_MANAGEMENT,
NULL,
&top_iter,
page_index++);
vbox2 = prefs_frame_new (_("Decorations"),
vbox2 = prefs_frame_new (_("Window Type Hints"),
GTK_CONTAINER (vbox), FALSE);
table = prefs_table_new (2, GTK_CONTAINER (vbox2), FALSE);

View File

@ -363,7 +363,7 @@
#define GIMP_HELP_PREFS_IMAGE_WINDOW_TITLE "gimp-prefs-image-window-title"
#define GIMP_HELP_PREFS_DISPLAY "gimp-prefs-display"
#define GIMP_HELP_PREFS_MONITOR "gimp-prefs-monitor"
#define GIMP_HELP_PREFS_WINDOW_MANAGER "gimp-prefs-window-manager"
#define GIMP_HELP_PREFS_WINDOW_MANAGEMENT "gimp-prefs-window-management"
#define GIMP_HELP_PREFS_ENVIRONMENT "gimp-prefs-environment"
#define GIMP_HELP_PREFS_SESSION "gimp-prefs-session"
#define GIMP_HELP_PREFS_FOLDERS "gimp-prefs-folders"

View File

@ -28,7 +28,7 @@ PREFS_IMAGES = \
new-image.png \
session.png \
tool-options.png \
window-manager.png
window-management.png
themedata_DATA = $(PREFS_IMAGES)

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB