Two more _()'s

1999-07-27  Tomas Ogren  <stric@ing.umu.se>

* app/preferences_dialog.c: Two more _()'s
This commit is contained in:
Tomas Ogren
1999-07-26 22:53:56 +00:00
committed by Tomas Ögren
parent 40dbea4759
commit fdf5f0f181
4 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
1999-07-27 Tomas Ogren <stric@ing.umu.se>
* app/preferences_dialog.c: Two more _()'s
Mon Jul 26 20:11:01 MEST 1999 Sven Neumann <sven@gimp.org>
* app/blend.c: Restrict to horizontal/vertical blend when modifiers

View File

@ -2168,8 +2168,8 @@ file_pref_cmd_callback (GtkWidget *widget,
optionmenu =
gimp_option_menu_new (file_prefs_toggle_callback,
(gpointer) thumbnail_mode,
"Always", &thumbnail_mode, (gpointer) 1,
"Never", &thumbnail_mode, (gpointer) 0,
_("Always"), &thumbnail_mode, (gpointer) 1,
_("Never"), &thumbnail_mode, (gpointer) 0,
NULL);
gimp_table_attach_aligned (GTK_TABLE (table), 0,
_("Try to Write a Thumbnail File:"), 1.0, 0.5,

View File

@ -2168,8 +2168,8 @@ file_pref_cmd_callback (GtkWidget *widget,
optionmenu =
gimp_option_menu_new (file_prefs_toggle_callback,
(gpointer) thumbnail_mode,
"Always", &thumbnail_mode, (gpointer) 1,
"Never", &thumbnail_mode, (gpointer) 0,
_("Always"), &thumbnail_mode, (gpointer) 1,
_("Never"), &thumbnail_mode, (gpointer) 0,
NULL);
gimp_table_attach_aligned (GTK_TABLE (table), 0,
_("Try to Write a Thumbnail File:"), 1.0, 0.5,

View File

@ -2168,8 +2168,8 @@ file_pref_cmd_callback (GtkWidget *widget,
optionmenu =
gimp_option_menu_new (file_prefs_toggle_callback,
(gpointer) thumbnail_mode,
"Always", &thumbnail_mode, (gpointer) 1,
"Never", &thumbnail_mode, (gpointer) 0,
_("Always"), &thumbnail_mode, (gpointer) 1,
_("Never"), &thumbnail_mode, (gpointer) 0,
NULL);
gimp_table_attach_aligned (GTK_TABLE (table), 0,
_("Try to Write a Thumbnail File:"), 1.0, 0.5,