This commit is contained in:
Stanislav Brabec
2000-03-25 13:12:01 +00:00
parent f0643302c6
commit b08f5860df
5 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);