mirror of https://github.com/GNOME/gimp.git
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:
parent
c0aebcf3f5
commit
2df60dacc2
12
ChangeLog
12
ChangeLog
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -28,7 +28,7 @@ PREFS_IMAGES = \
|
|||
new-image.png \
|
||||
session.png \
|
||||
tool-options.png \
|
||||
window-manager.png
|
||||
window-management.png
|
||||
|
||||
themedata_DATA = $(PREFS_IMAGES)
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue