i18n fix
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Fri Mar 24 14:07:46 CET 2000 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* app/hue_saturation.c: i18n fix.
|
||||
|
||||
Sat Mar 25 02:01:18 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/pygimp/plug-ins/clothify.py
|
||||
|
@ -396,7 +396,7 @@ hue_saturation_dialog_new (void)
|
||||
/* the radio buttons for hue partitions */
|
||||
for (i = 0; i < 7; i++)
|
||||
{
|
||||
radio_button = gtk_radio_button_new_with_label (group, hue_partition_names[i]);
|
||||
radio_button = gtk_radio_button_new_with_label (group, gettext (hue_partition_names[i]));
|
||||
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
|
||||
gtk_object_set_data (GTK_OBJECT (radio_button), "hue_partition",
|
||||
(gpointer) i);
|
||||
|
@ -396,7 +396,7 @@ hue_saturation_dialog_new (void)
|
||||
/* the radio buttons for hue partitions */
|
||||
for (i = 0; i < 7; i++)
|
||||
{
|
||||
radio_button = gtk_radio_button_new_with_label (group, hue_partition_names[i]);
|
||||
radio_button = gtk_radio_button_new_with_label (group, gettext (hue_partition_names[i]));
|
||||
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
|
||||
gtk_object_set_data (GTK_OBJECT (radio_button), "hue_partition",
|
||||
(gpointer) i);
|
||||
|
@ -396,7 +396,7 @@ hue_saturation_dialog_new (void)
|
||||
/* the radio buttons for hue partitions */
|
||||
for (i = 0; i < 7; i++)
|
||||
{
|
||||
radio_button = gtk_radio_button_new_with_label (group, hue_partition_names[i]);
|
||||
radio_button = gtk_radio_button_new_with_label (group, gettext (hue_partition_names[i]));
|
||||
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
|
||||
gtk_object_set_data (GTK_OBJECT (radio_button), "hue_partition",
|
||||
(gpointer) i);
|
||||
|
@ -396,7 +396,7 @@ hue_saturation_dialog_new (void)
|
||||
/* the radio buttons for hue partitions */
|
||||
for (i = 0; i < 7; i++)
|
||||
{
|
||||
radio_button = gtk_radio_button_new_with_label (group, hue_partition_names[i]);
|
||||
radio_button = gtk_radio_button_new_with_label (group, gettext (hue_partition_names[i]));
|
||||
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
|
||||
gtk_object_set_data (GTK_OBJECT (radio_button), "hue_partition",
|
||||
(gpointer) i);
|
||||
|
Reference in New Issue
Block a user