summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-28 06:30:57 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-28 06:30:57 +0000
commitf9807a643ca632385bb228981f40292994c9ca09 (patch)
treefc7501c7ab8ecb48ad959bfcd9c72d340cb68a4c
parentbb16a5d331826d86e447275209359cb69c106e4c (diff)
downloadgdk-pixbuf-f9807a643ca632385bb228981f40292994c9ca09.tar.gz
When translating N_() strings, use _(), not gettext(), since we really
Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com> * gtkfontsel.c gtkcolorsel.c: When translating N_() strings, use _(), not gettext(), since we really need to call dgettext().
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-06
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-26
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkcolorsel.c2
-rw-r--r--gtk/gtkfontsel.c4
9 files changed, 45 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fe61fdecb..e0f1e110d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtkfontsel.c gtkcolorsel.c: When translating
+ N_() strings, use _(), not gettext(), since we
+ really need to call dgettext().
+
Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4: Xsed isn't valid here, don't use it
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index fe61fdecb..e0f1e110d 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtkfontsel.c gtkcolorsel.c: When translating
+ N_() strings, use _(), not gettext(), since we
+ really need to call dgettext().
+
Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4: Xsed isn't valid here, don't use it
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index fe61fdecb..e0f1e110d 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtkfontsel.c gtkcolorsel.c: When translating
+ N_() strings, use _(), not gettext(), since we
+ really need to call dgettext().
+
Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4: Xsed isn't valid here, don't use it
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index fe61fdecb..e0f1e110d 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtkfontsel.c gtkcolorsel.c: When translating
+ N_() strings, use _(), not gettext(), since we
+ really need to call dgettext().
+
Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4: Xsed isn't valid here, don't use it
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index fe61fdecb..e0f1e110d 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtkfontsel.c gtkcolorsel.c: When translating
+ N_() strings, use _(), not gettext(), since we
+ really need to call dgettext().
+
Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4: Xsed isn't valid here, don't use it
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index fe61fdecb..e0f1e110d 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtkfontsel.c gtkcolorsel.c: When translating
+ N_() strings, use _(), not gettext(), since we
+ really need to call dgettext().
+
Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4: Xsed isn't valid here, don't use it
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index fe61fdecb..e0f1e110d 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+Thu Jan 28 01:34:29 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtkfontsel.c gtkcolorsel.c: When translating
+ N_() strings, use _(), not gettext(), since we
+ really need to call dgettext().
+
Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4: Xsed isn't valid here, don't use it
diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c
index a7240a66e..0bb87f70b 100644
--- a/gtk/gtkcolorsel.c
+++ b/gtk/gtkcolorsel.c
@@ -389,7 +389,7 @@ gtk_color_selection_init (GtkColorSelection *colorsel)
for (n = HUE; n <= OPACITY; n++)
{
- label = gtk_label_new (gettext(scale_vals[n].label));
+ label = gtk_label_new (_(scale_vals[n].label));
gtk_misc_set_alignment (GTK_MISC (label), 1.0, 0.5);
gtk_table_attach_defaults (GTK_TABLE (table), label, 0, 1, n, n + 1);
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index e50b9490c..bfd3b5ca9 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -731,7 +731,7 @@ gtk_font_selection_init(GtkFontSelection *fontsel)
row_text[2] = "";
for (i = 0; i < GTK_XLFD_NUM_FIELDS; i++)
{
- row_text[0] = gettext(xlfd_field_names[i]);
+ row_text[0] = _(xlfd_field_names[i]);
gtk_clist_append(GTK_CLIST(fontsel->info_clist), row_text);
gtk_clist_set_shift(GTK_CLIST(fontsel->info_clist), i, 0, 0, 4);
gtk_clist_set_shift(GTK_CLIST(fontsel->info_clist), i, 1, 0, 4);
@@ -824,7 +824,7 @@ gtk_font_selection_init(GtkFontSelection *fontsel)
gint left = filter_positions[prop][0];
gint top = filter_positions[prop][1];
- label = gtk_label_new(gettext(xlfd_field_names[xlfd_index[prop]]));
+ label = gtk_label_new(_(xlfd_field_names[xlfd_index[prop]]));
gtk_misc_set_alignment (GTK_MISC (label), 0.0, 1.0);
gtk_misc_set_padding (GTK_MISC (label), 0, 2);
gtk_widget_show(label);