summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog33
-rw-r--r--ChangeLog.pre-2-033
-rw-r--r--ChangeLog.pre-2-1033
-rw-r--r--ChangeLog.pre-2-233
-rw-r--r--ChangeLog.pre-2-433
-rw-r--r--ChangeLog.pre-2-633
-rw-r--r--ChangeLog.pre-2-833
-rw-r--r--NEWS2
-rw-r--r--docs/Makefile.am4
-rw-r--r--gdk/gdkdraw.c12
-rw-r--r--gdk/gdkfont.c67
-rw-r--r--gdk/gdkim.c18
-rw-r--r--gdk/gdkprivate.h10
-rw-r--r--gtk/gtkentry.c2
-rw-r--r--gtk/gtkfontsel.c6
-rw-r--r--gtk/gtklabel.c11
-rw-r--r--po/az.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po6
-rw-r--r--po/da.po2
-rw-r--r--po/de.po6
-rw-r--r--po/el.po2
-rw-r--r--po/es.po2
-rw-r--r--po/et.po6
-rw-r--r--po/eu.po2
-rw-r--r--po/fi.po6
-rw-r--r--po/fr.po6
-rw-r--r--po/ga.po6
-rw-r--r--po/gl.po2
-rw-r--r--po/hr.po6
-rw-r--r--po/hu.po6
-rw-r--r--po/it.po6
-rw-r--r--po/ja.po6
-rw-r--r--po/ko.po6
-rw-r--r--po/lt.po6
-rw-r--r--po/nl.po6
-rw-r--r--po/nn.po6
-rw-r--r--po/no.po6
-rw-r--r--po/pl.po6
-rw-r--r--po/pt.po6
-rw-r--r--po/pt_BR.po6
-rw-r--r--po/ro.po6
-rw-r--r--po/ru.po6
-rw-r--r--po/sk.po6
-rw-r--r--po/sl.po76
-rw-r--r--po/sp.po2
-rw-r--r--po/sr.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/tr.po7
-rw-r--r--po/uk.po6
-rw-r--r--po/vi.po38
-rw-r--r--po/wa.po2
-rw-r--r--po/zh_CN.GB2312.po6
-rw-r--r--po/zh_TW.Big5.po6
54 files changed, 453 insertions, 197 deletions
diff --git a/ChangeLog b/ChangeLog
index 86ea2d9d5..3760b5807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.2.10.
+
+Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
+
+ [ Addition of safety checks to try to avoid segfaulting
+ on broken setups always. ]
+
+ * gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
+ return value to deal with failure of conversion of
+ wide characters to glyphs.
+
+ * gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
+ mbstowcs/wcstombs a bit better.
+
+ * gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
+ _gdk_font_wc_to_glyphs() gracefully
+
+ * gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
+ failure instead of g_return_if_fail().
+
+Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
+ problem where fractional sizes caused infinite loop.
+ (bugzilla.redhat.com #33081)
+
+Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am: Remove excess rules breaking
+ distcheck.
+
Wed Mar 28 12:33:20 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Fix problem where dropping into
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 86ea2d9d5..3760b5807 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,36 @@
+Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.2.10.
+
+Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
+
+ [ Addition of safety checks to try to avoid segfaulting
+ on broken setups always. ]
+
+ * gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
+ return value to deal with failure of conversion of
+ wide characters to glyphs.
+
+ * gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
+ mbstowcs/wcstombs a bit better.
+
+ * gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
+ _gdk_font_wc_to_glyphs() gracefully
+
+ * gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
+ failure instead of g_return_if_fail().
+
+Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
+ problem where fractional sizes caused infinite loop.
+ (bugzilla.redhat.com #33081)
+
+Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am: Remove excess rules breaking
+ distcheck.
+
Wed Mar 28 12:33:20 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Fix problem where dropping into
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 86ea2d9d5..3760b5807 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,36 @@
+Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.2.10.
+
+Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
+
+ [ Addition of safety checks to try to avoid segfaulting
+ on broken setups always. ]
+
+ * gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
+ return value to deal with failure of conversion of
+ wide characters to glyphs.
+
+ * gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
+ mbstowcs/wcstombs a bit better.
+
+ * gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
+ _gdk_font_wc_to_glyphs() gracefully
+
+ * gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
+ failure instead of g_return_if_fail().
+
+Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
+ problem where fractional sizes caused infinite loop.
+ (bugzilla.redhat.com #33081)
+
+Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am: Remove excess rules breaking
+ distcheck.
+
Wed Mar 28 12:33:20 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Fix problem where dropping into
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 86ea2d9d5..3760b5807 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,36 @@
+Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.2.10.
+
+Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
+
+ [ Addition of safety checks to try to avoid segfaulting
+ on broken setups always. ]
+
+ * gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
+ return value to deal with failure of conversion of
+ wide characters to glyphs.
+
+ * gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
+ mbstowcs/wcstombs a bit better.
+
+ * gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
+ _gdk_font_wc_to_glyphs() gracefully
+
+ * gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
+ failure instead of g_return_if_fail().
+
+Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
+ problem where fractional sizes caused infinite loop.
+ (bugzilla.redhat.com #33081)
+
+Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am: Remove excess rules breaking
+ distcheck.
+
Wed Mar 28 12:33:20 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Fix problem where dropping into
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 86ea2d9d5..3760b5807 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,36 @@
+Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.2.10.
+
+Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
+
+ [ Addition of safety checks to try to avoid segfaulting
+ on broken setups always. ]
+
+ * gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
+ return value to deal with failure of conversion of
+ wide characters to glyphs.
+
+ * gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
+ mbstowcs/wcstombs a bit better.
+
+ * gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
+ _gdk_font_wc_to_glyphs() gracefully
+
+ * gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
+ failure instead of g_return_if_fail().
+
+Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
+ problem where fractional sizes caused infinite loop.
+ (bugzilla.redhat.com #33081)
+
+Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am: Remove excess rules breaking
+ distcheck.
+
Wed Mar 28 12:33:20 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Fix problem where dropping into
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 86ea2d9d5..3760b5807 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,36 @@
+Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.2.10.
+
+Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
+
+ [ Addition of safety checks to try to avoid segfaulting
+ on broken setups always. ]
+
+ * gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
+ return value to deal with failure of conversion of
+ wide characters to glyphs.
+
+ * gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
+ mbstowcs/wcstombs a bit better.
+
+ * gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
+ _gdk_font_wc_to_glyphs() gracefully
+
+ * gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
+ failure instead of g_return_if_fail().
+
+Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
+ problem where fractional sizes caused infinite loop.
+ (bugzilla.redhat.com #33081)
+
+Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am: Remove excess rules breaking
+ distcheck.
+
Wed Mar 28 12:33:20 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Fix problem where dropping into
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 86ea2d9d5..3760b5807 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,36 @@
+Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.2.10.
+
+Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
+
+ [ Addition of safety checks to try to avoid segfaulting
+ on broken setups always. ]
+
+ * gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
+ return value to deal with failure of conversion of
+ wide characters to glyphs.
+
+ * gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
+ mbstowcs/wcstombs a bit better.
+
+ * gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
+ _gdk_font_wc_to_glyphs() gracefully
+
+ * gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
+ failure instead of g_return_if_fail().
+
+Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
+ problem where fractional sizes caused infinite loop.
+ (bugzilla.redhat.com #33081)
+
+Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am: Remove excess rules breaking
+ distcheck.
+
Wed Mar 28 12:33:20 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Fix problem where dropping into
diff --git a/NEWS b/NEWS
index 42f046013..bcbaa016d 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ Overview of Changes in GTK+ 1.2.10:
* Fix rare problem with enter events and menus
* Fix problem with --with-native-locale and GNU libc-2.1
* Further fixes for using fonts, not fontsets, with non iso-8859-1.
+* Fix problem with dropping onto internal children, such as CList buttons
+* Translation updates
Overview of Changes in GTK+ 1.2.9:
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 92a44bcce..2a9562698 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -101,12 +101,8 @@ FAQ_FILES=html/gtkfaq.html \
html/gtkfaq-7.html \
text/gtkfaq.txt
-html/gtk_tut_table.gif: gdk.html gtk.html
-
.PHONY: html htmldir faq tutorial tutorial_it tutorial_fr files
-distdocs: gdk.html gtk.html faq tutorial tutorial_it tutorial_fr
-
htmldir:
(cd $(srcdir); mkdir -p html; cp gtk_tut*gif html)
diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c
index 849e0e9b9..49d667688 100644
--- a/gdk/gdkdraw.c
+++ b/gdk/gdkdraw.c
@@ -329,13 +329,13 @@ gdk_draw_text_wc (GdkDrawable *drawable,
{
gchar *glyphs;
int glyphs_len;
-
- _gdk_font_wc_to_glyphs (font, text, text_length,
- &glyphs, &glyphs_len);
- gdk_draw_text (drawable, font, gc, x, y, glyphs, glyphs_len);
-
- g_free (glyphs);
+ if (_gdk_font_wc_to_glyphs (font, text, text_length,
+ &glyphs, &glyphs_len))
+ {
+ gdk_draw_text (drawable, font, gc, x, y, glyphs, glyphs_len);
+ g_free (glyphs);
+ }
}
else if (font->type == GDK_FONT_FONTSET)
{
diff --git a/gdk/gdkfont.c b/gdk/gdkfont.c
index ec9dd563d..072852d37 100644
--- a/gdk/gdkfont.c
+++ b/gdk/gdkfont.c
@@ -403,12 +403,14 @@ gdk_text_width_wc (GdkFont *font,
gchar *glyphs;
int glyphs_len;
- _gdk_font_wc_to_glyphs (font, text, text_length,
- &glyphs, &glyphs_len);
-
- width = gdk_text_width (font, glyphs, glyphs_len);
-
- g_free (glyphs);
+ if (_gdk_font_wc_to_glyphs (font, text, text_length,
+ &glyphs, &glyphs_len))
+ {
+ width = gdk_text_width (font, glyphs, glyphs_len);
+ g_free (glyphs);
+ }
+ else
+ width = 0;
break;
}
@@ -510,12 +512,14 @@ gdk_char_width_wc (GdkFont *font,
{
gchar *glyphs;
int glyphs_len;
-
- _gdk_font_wc_to_glyphs (font, &character, 1, &glyphs, &glyphs_len);
-
- width = gdk_text_width (font, glyphs, glyphs_len);
-
- g_free (glyphs);
+
+ if (_gdk_font_wc_to_glyphs (font, &character, 1, &glyphs, &glyphs_len))
+ {
+ width = gdk_text_width (font, glyphs, glyphs_len);
+ g_free (glyphs);
+ }
+ else
+ width = 0;
break;
}
@@ -637,13 +641,26 @@ gdk_text_extents_wc (GdkFont *font,
gchar *glyphs;
int glyphs_len;
- _gdk_font_wc_to_glyphs (font, text, text_length,
- &glyphs, &glyphs_len);
-
- gdk_text_extents (font, glyphs, glyphs_len,
- lbearing, rbearing, width, ascent, descent);
-
- g_free (glyphs);
+ if (_gdk_font_wc_to_glyphs (font, text, text_length,
+ &glyphs, &glyphs_len))
+ {
+ gdk_text_extents (font, glyphs, glyphs_len,
+ lbearing, rbearing, width, ascent, descent);
+ g_free (glyphs);
+ }
+ else
+ {
+ if (lbearing)
+ *lbearing = 0;
+ if (rbearing)
+ *rbearing = 0;
+ if (width)
+ *width = 0;
+ if (ascent)
+ *ascent = 0;
+ if (descent)
+ *descent = 0;
+ }
break;
}
@@ -821,7 +838,7 @@ gdk_char_height (GdkFont *font,
return gdk_text_height (font, &character, 1);
}
-void
+gboolean
_gdk_font_wc_to_glyphs (GdkFont *font,
const GdkWChar *text,
gint text_length,
@@ -831,8 +848,8 @@ _gdk_font_wc_to_glyphs (GdkFont *font,
XFontStruct *xfont;
GdkFontPrivate *font_private = (GdkFontPrivate*) font;
- g_return_if_fail (font != NULL);
- g_return_if_fail (font->type == GDK_FONT_FONT);
+ g_return_val_if_fail (font != NULL, FALSE);
+ g_return_val_if_fail (font->type == GDK_FONT_FONT, FALSE);
xfont = (XFontStruct *) font_private->xfont;
@@ -844,12 +861,14 @@ _gdk_font_wc_to_glyphs (GdkFont *font,
char *mbstr = _gdk_wcstombs_len (text, text_length);
if (result_length)
- *result_length = strlen (mbstr);
+ *result_length = mbstr ? strlen (mbstr) : 0;
if (result)
*result = mbstr;
else
g_free (mbstr);
+
+ return mbstr != NULL;
}
else
{
@@ -872,5 +891,7 @@ _gdk_font_wc_to_glyphs (GdkFont *font,
if (result_length)
*result_length = text_length;
+
+ return TRUE;
}
}
diff --git a/gdk/gdkim.c b/gdk/gdkim.c
index a65a1240b..537f32e00 100644
--- a/gdk/gdkim.c
+++ b/gdk/gdkim.c
@@ -1493,13 +1493,13 @@ gdk_ic_get_events (GdkIC *ic)
#ifdef USE_NATIVE_LOCALE
gchar *
_gdk_wcstombs_len (const GdkWChar *src,
- int src_len)
+ gint src_len)
{
- int len = 0;
- int i;
- char *result;
- char buf[16];
- char *p;
+ gint len = 0;
+ gint i;
+ gchar *result = NULL;
+ gchar buf[16];
+ gchar *p;
if (MB_CUR_MAX <= 16)
p = buf;
@@ -1510,8 +1510,9 @@ _gdk_wcstombs_len (const GdkWChar *src,
for (i=0; (src_len < 0 || i < src_len) && src[i]; i++)
{
- int charlen = wctomb (p, src[i]);
- g_return_val_if_fail (charlen >= 0, NULL);
+ gint charlen = wctomb (p, src[i]);
+ if (charlen < 0)
+ goto out;
len += charlen;
}
@@ -1525,6 +1526,7 @@ _gdk_wcstombs_len (const GdkWChar *src,
result[len] = '\0';
+ out:
if (p != buf)
g_free (p);
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h
index 7b49d1e94..8684a92e1 100644
--- a/gdk/gdkprivate.h
+++ b/gdk/gdkprivate.h
@@ -322,11 +322,11 @@ extern GdkWindow *gdk_xim_window; /* currently using Window */
extern guint gdk_debug_flags;
-void _gdk_font_wc_to_glyphs (GdkFont *font,
- const GdkWChar *text,
- gint text_length,
- gchar **result,
- gint *result_length);
+gboolean _gdk_font_wc_to_glyphs (GdkFont *font,
+ const GdkWChar *text,
+ gint text_length,
+ gchar **result,
+ gint *result_length);
gchar *_gdk_wcstombs_len (const GdkWChar *src,
int length);
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 73f85cfe9..3c5594d42 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -377,7 +377,7 @@ gtk_entry_new (void)
static GdkWChar
gtk_entry_get_invisible_char (GtkEntry *entry)
{
- GdkWChar ch;
+ GdkWChar ch = 0;
if (entry->use_wchar)
gdk_mbstowcs (&ch, "*", 1);
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index d577c1371..c4f33f444 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -1647,7 +1647,7 @@ gtk_font_selection_select_size (GtkWidget *w,
gpointer data)
{
GtkFontSelection *fontsel;
- gint new_size;
+ gdouble new_size;
gchar *text;
gchar buffer[16];
gint i;
@@ -1673,11 +1673,11 @@ gtk_font_selection_select_size (GtkWidget *w,
gtk_entry_set_text(GTK_ENTRY(fontsel->size_entry), buffer);
/* Check if the font size has changed, and return if it hasn't. */
- new_size = atoi(text);
+ new_size = atof(text);
if (fontsel->metric == GTK_FONT_METRIC_POINTS)
new_size *= 10;
- if (fontsel->size == new_size)
+ if (fontsel->size == (gint)new_size)
return;
/* If the size was selected by the user we set the selected_size. */
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 697f5e10b..9fd9a28f5 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -946,6 +946,7 @@ gtk_label_parse_uline (GtkLabel *label,
GdkWChar *p, *q, *string_wc;
gchar *r;
gchar *pattern;
+ gchar *result_str;
gint length, wc_length;
gboolean underscore;
@@ -1001,9 +1002,13 @@ gtk_label_parse_uline (GtkLabel *label,
}
*q = 0;
*r = 0;
-
- gtk_label_set_text_internal (label, gdk_wcstombs (string_wc), string_wc);
- gtk_label_set_pattern (label, pattern);
+
+ result_str = gdk_wcstombs (string_wc);
+ if (string)
+ {
+ gtk_label_set_text_internal (label, result_str, string_wc);
+ gtk_label_set_pattern (label, pattern);
+ }
g_free (pattern);
diff --git a/po/az.po b/po/az.po
index cd3d8f0b8..f66f22917 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+12 1.3.2\n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-03-12 20:25+0200\n"
"Last-Translator: Vasif Ismailoglu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani turkish \n"
diff --git a/po/ca.po b/po/ca.po
index 69a4fef74..76a8c5382 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.6\n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-11-18 21:11+01:00\n"
"Last-Translator: Softcatala <linux@softcatala.org>\n"
"Language-Team: linux-ca@chanae.alphanet.ch\n"
diff --git a/po/cs.po b/po/cs.po
index ec8554f97..0cf3b3938 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.5\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-09-26 18:30+02:00\n"
"Last-Translator: Stanislav Brabec <utx@k332.feld.cvut.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -447,12 +447,12 @@ msgstr "smazat"
msgid "Page %u"
msgstr "Strana %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Obrázek \"%s\" (øádek %d) nebyl nalezen v pixmap_path."
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Obrázek \"%s\" nebyl nalezen v pixmap_path."
diff --git a/po/da.po b/po/da.po
index 82cd83650..7bbb87906 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.10\n"
-"POT-Creation-Date: 2001-03-22 10:12+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-03-22 12:05+01:00\n"
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
diff --git a/po/de.po b/po/de.po
index dcbbbf656..638b0f631 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9\n"
-"POT-Creation-Date: 2001-03-08 04:51+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-08-24 17:38+02:00\n"
"Last-Translator: Christian Meyer <chrisime@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -448,13 +448,13 @@ msgstr "gelöscht"
msgid "Page %u"
msgstr "Seite %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Bilddatei in Pixmap-Pfad: \"%s\" konnte nicht gefunden werden. Zeile %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Bilddatei in Pixmap-Pfad: \"%s\" konnte nicht gefunden werden"
diff --git a/po/el.po b/po/el.po
index bea3566b9..e06207a5f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9\n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-02-13 23:12:24+0900\n"
"Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
diff --git a/po/es.po b/po/es.po
index 5ca8a601f..d72e441f3 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.7\n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-02-07 17:37+0100\n"
"Last-Translator: Pablo Saratxaga <pablo@mandrakesoft.com>\n"
"Language-Team: \n"
diff --git a/po/et.po b/po/et.po
index f74019544..44cbc872e 100644
--- a/po/et.po
+++ b/po/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.6\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-09-26 23:40+0300\n"
"Last-Translator: Lauris Kaplinski <lauris@ariman.ee>\n"
"Language-Team: Estonian\n"
@@ -446,12 +446,12 @@ msgstr "kustuta"
msgid "Page %u"
msgstr "Lehekülg %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ei leia pildifaili otsingurajalt 'pixmap_path': \"%s\" rida %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ei leia pildifaili otsingurajalt 'pixmap_path': \"%s\""
diff --git a/po/eu.po b/po/eu.po
index 21da4d36f..72d7f06d7 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.6\n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-07-05 19:17+0200\n"
"Last-Translator: Joseba Bidaurrazaga van Dierdonck <gcpbivaj@lg.ehu.es>\n"
"Language-Team: euskare <linux-eu@chanae.alphanet.ch>\n"
diff --git a/po/fi.po b/po/fi.po
index c2f02ba98..e82c20090 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.9\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-04-17 12:56+0300\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@saunalahti.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
@@ -451,13 +451,13 @@ msgid "Page %u"
msgstr "Sivu %u"
# , c-format
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kuvatiedostoa ei löytynyt pixmap_path:sta: \"%s\" rivi %d"
# , c-format
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kuvatiedostoa ei löytynyt pixmap_path:sta: \"%s\""
diff --git a/po/fr.po b/po/fr.po
index a124dba24..a9ba5c053 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-03-01 11:13+0100\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@eikonex.org>\n"
"Language-Team: GNOME French Team <gnomefr@gnomefr.traduc.org>\n"
@@ -449,13 +449,13 @@ msgstr "effacer"
msgid "Page %u"
msgstr "Page %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Impossible de localiser le fichier image dans pixmap_path : « %s » ligne %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Impossible de localiser le fichier image dans pixmap_path : « %s »"
diff --git a/po/ga.po b/po/ga.po
index 475c3d561..574ddce3f 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.3\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-08-23 21:28+0600\n"
"Last-Translator: Sean V. Kelley <s_oceallaigh@yahoo.com>\n"
"Language-Team: Gaeilge <ga@li.org>\n"
@@ -448,13 +448,13 @@ msgstr "bánaigh"
msgid "Page %u"
msgstr "Leathanach %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Ní rabhthas ábalta íomhá comhaid a aimsiú in pixmap_path: \"%s\" líne %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ní rabhthas ábalta íomhá comhaid a aimsiú in pixmap_path: \"%s\""
diff --git a/po/gl.po b/po/gl.po
index 407a129b7..c3ec18df1 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.8\n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-06-20 16:12+0200\n"
"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
diff --git a/po/hr.po b/po/hr.po
index 09be1ecc2..912cb8f09 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.0\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-02-28 02:00+0100\n"
"Last-Translator: Tomislav Vujec <tvujec@carnet.hr>\n"
"Language-Team: hr <LL@li.org>\n"
@@ -447,12 +447,12 @@ msgstr "obri¹i"
msgid "Page %u"
msgstr "Stranica %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ne mogu pronaæi slikovnu datoteku u pixmap_path: \"%s\" line %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ne mogu pronaæi slikovnu datoteku u pixmap_path: \"%s\""
diff --git a/po/hu.po b/po/hu.po
index 5b14e1c0b..5fa607d8d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-01-25 10:40+0100\n"
"Last-Translator: Shooby Ban <bansz@szif.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
@@ -447,12 +447,12 @@ msgstr "töröl"
msgid "Page %u"
msgstr "%u. lap"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Nem találom a képet a pixmap_path (%s) útvonalon (%d. sor)"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Nem találom a pixmap_path (%s) útvonalon a képet"
diff --git a/po/it.po b/po/it.po
index f57a11b9d..7848f32ad 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.12\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-02-15 06:15+01:00\n"
"Last-Translator: Christopher R. Gabriel <cgabriel@softwarelibero.org>\n"
"Language-Team: Italian <it@li.org>\n"
@@ -449,14 +449,14 @@ msgstr "cancella"
msgid "Page %u"
msgstr "Pagina %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Impossibile trovare il file di immagine nella cartella immagini: \"%s\". "
"Linea %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 55743b6ef..49940fecf 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.7\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-02-15 11:20+09:00\n"
"Last-Translator: Çòºê ÂÙ¹° <yasuhiro@awa.tohoku.ac.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
@@ -446,12 +446,12 @@ msgstr "¥¯¥ê¥¢"
msgid "Page %u"
msgstr "¥Ú¡¼¥¸ %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "pixmap_path Ãæ¤Ë²èÁü¥Õ¥¡¥¤¥ë¤¬¸«ÉÕ¤«¤ê¤Þ¤»¤ó: \"%s\" %d ¹ÔÌÜ"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "pixmap_path Ãæ¤Ë²èÁü¥Õ¥¡¥¤¥ë¤¬¸«ÉÕ¤«¤ê¤Þ¤»¤ó: \"%s\""
diff --git a/po/ko.po b/po/ko.po
index f7f69abdf..43718518c 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-02-08 16:48+0900\n"
"Last-Translator: Sung-Hyun Nam <namsh@kldp.org>\n"
"Language-Team: Korean <ko@li.org>\n"
@@ -445,12 +445,12 @@ msgstr "Áö¿ò"
msgid "Page %u"
msgstr "ÆäÀÌÁö %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "±×¸² ÆÄÀÏÀ» pixmap_path¿¡¼­ ãÀ» ¼ö ¾øÀ½: \"%s\" %d¹ø° ÁÙ"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "±×¸² ÆÄÀÏÀ» pixmap_path¿¡¼­ ãÀ» ¼ö ¾øÀ½: \"%s\""
diff --git a/po/lt.po b/po/lt.po
index b231eedcd..ac5428cc5 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-02-12 03:42+0200\n"
"Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n"
"Language-Team: Lithuanian\n"
@@ -447,12 +447,12 @@ msgstr "iðvalyti"
msgid "Page %u"
msgstr "%u puslapis"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Negaliu rasti paveikslëlio bylos pixmap_path: ¥%s´ eilutë %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Negaliu rasti paveikslëlio bylos pixmap_path: ¥%s´"
diff --git a/po/nl.po b/po/nl.po
index 7a49a0f69..33bc87dc4 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.3\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-01-31 23:04+0100\n"
"Last-Translator: Paul Siegmann <pauls@euronet.nl>\n"
"Language-Team: dutch <nl@li.org>\n"
@@ -448,12 +448,12 @@ msgstr "wissen"
msgid "Page %u"
msgstr "Pagina %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kan plaatjes bestand in pixmap_path: \"%s\" regel %d niet vinden"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kan plaatjes bestand in pixmap_path: \"%s\" niet vinden"
diff --git a/po/nn.po b/po/nn.po
index 296f4b5ea..b5fa2c040 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-02-04 09:55+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -446,12 +446,12 @@ msgstr "tøm"
msgid "Page %u"
msgstr "Side %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kunne ikkje finne bildefila i pixmap_patg: \"%s\" linje %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kunne ikkje finne bildefila i pixmap_path: \"%s\""
diff --git a/po/no.po b/po/no.po
index 5be738eff..9f0d03c84 100644
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-02-08 10:55+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -446,12 +446,12 @@ msgstr "tøm"
msgid "Page %u"
msgstr "Side %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kunne ikke finne bildefilen i pixmap_path: \"%s\" linje %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kunne ikke finne bildefil i pixmap_path: \"%s\""
diff --git a/po/pl.po b/po/pl.po
index 2fc9b8919..14f21083f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-07-23 14:45+CET\n"
"Last-Translator: GNOME PL Team\n"
"Language-Team: Polish <gnomepl@pandora.info.bielsko.pl>\n"
@@ -442,12 +442,12 @@ msgstr "wyczy¶æ"
msgid "Page %u"
msgstr "Strona %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Nie mo¿na odnale¼æ pliku z obrazem na ¶cie¿ce: \"%s\" wiersz %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Nie mo¿na odnale¼æ pliku z obrazem na ¶cie¿ce: \"%s\""
diff --git a/po/pt.po b/po/pt.po
index 01fca4089..11b2d948d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.12\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-02-17 01:20+00:00\n"
"Last-Translator: Nuno Ferreira <nmrf@rnl.ist.utl.pt>\n"
"Language-Team: Portuguese <pt@li.org>\n"
@@ -446,12 +446,12 @@ msgstr "limpar"
msgid "Page %u"
msgstr "Página %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Não encontrei ficheiro de imagem na pixmap_path: \"%s\" linha %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Não encontrei ficheiro de imagem na pixmap_path: \"%s\""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8007a7381..1b6890386 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.8\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-10-09 18:18-02:00\n"
"Last-Translator: Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@@ -447,12 +447,12 @@ msgstr "limpar"
msgid "Page %u"
msgstr "Página %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Não encontrei arquivo de imagem no pixmap_path: \"%s\" linha %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Não encontrei arquivo de imagem no pixmap_path: \"%s\""
diff --git a/po/ro.po b/po/ro.po
index 7a8a1c9b2..8643ce311 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.5\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-09-25 15:10+0300\n"
"Last-Translator: Dan Damian <dand@dnttm.ro>\n"
"Language-Team: Romanian <ro@li.org>\n"
@@ -448,12 +448,12 @@ msgstr "ºterge"
msgid "Page %u"
msgstr "Pagina %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Nu pot localiza fiºierul imagine în pixmap_path: \"%s\" line %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Nu pot localiza fiºierul imagine în pixmap_path: \"%s\""
diff --git a/po/ru.po b/po/ru.po
index b56b49642..0e58477cd 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
-"POT-Creation-Date: 2001-03-14 17:23+0300\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-10-05 00:56-0400\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -445,12 +445,12 @@ msgstr "ÏÞÉÓÔÉÔØ"
msgid "Page %u"
msgstr "óÔÒÁÎÉÃÁ %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "æÁÊÌ Ó ÉÚÏÂÒÁÖÅÎÉÅÍ ÎÅ ÎÁÊÄÅÎ × pixmap_path: \"%s\", ÓÔÒÏËÁ %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "æÁÊÌ Ó ÉÚÏÂÒÁÖÅÎÉÅÍ ÎÅ ÎÁÊÄÅÎ × pixmap_path: \"%s\""
diff --git a/po/sk.po b/po/sk.po
index 16c0aff97..bb8a83fea 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+-1.2.2\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-04-19 16:30+0100\n"
"Last-Translator: Stefan Ondrejicka <ondrej@idata.sk>\n"
"Language-Team: Slovak <sk@li.org>\n"
@@ -446,12 +446,12 @@ msgstr "zmaza»"
msgid "Page %u"
msgstr "Stránka %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Obrázok nebol nájdený v pixmap_path: \"%s\" riadok %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Obrázok nebol nájdený v pixmap_path: \"%s\""
diff --git a/po/sl.po b/po/sl.po
index c0639f87d..678c70341 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GTK+ 1.2.8\n"
-"POT-Creation-Date: 2000-05-19 07:11+0200\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-06-21 19:45+0200\n"
"Last-Translator: Miha Tom¹iè <miha.tomsic@guest.arnes.si>\n"
"Language-Team: slovenian <sl@li.org>\n"
@@ -41,14 +41,14 @@ msgid "Opacity:"
msgstr "Neprosojnost:"
#. The OK button
-#: gtk/gtkcolorsel.c:1727 gtk/gtkfilesel.c:469 gtk/gtkfontsel.c:3492
+#: gtk/gtkcolorsel.c:1727 gtk/gtkfilesel.c:481 gtk/gtkfontsel.c:3501
#: gtk/gtkgamma.c:416
msgid "OK"
msgstr "Potrdi"
#. The Cancel button
-#: gtk/gtkcolorsel.c:1733 gtk/gtkfilesel.c:476 gtk/gtkfilesel.c:856
-#: gtk/gtkfilesel.c:956 gtk/gtkfilesel.c:1071 gtk/gtkfontsel.c:3505
+#: gtk/gtkcolorsel.c:1733 gtk/gtkfilesel.c:488 gtk/gtkfilesel.c:868
+#: gtk/gtkfilesel.c:968 gtk/gtkfilesel.c:1083 gtk/gtkfontsel.c:3514
#: gtk/gtkgamma.c:424
msgid "Cancel"
msgstr "Preklièi"
@@ -58,29 +58,29 @@ msgid "Help"
msgstr "Pomoè"
#. The directories clist
-#: gtk/gtkfilesel.c:418
+#: gtk/gtkfilesel.c:430
msgid "Directories"
msgstr "Imeniki"
#. The files clist
-#: gtk/gtkfilesel.c:437
+#: gtk/gtkfilesel.c:449
msgid "Files"
msgstr "Datoteke"
-#: gtk/gtkfilesel.c:507 gtk/gtkfilesel.c:1466
+#: gtk/gtkfilesel.c:519 gtk/gtkfilesel.c:1478
#, c-format
msgid "Directory unreadable: %s"
msgstr "Neberljiv imenik: %s"
-#: gtk/gtkfilesel.c:539
+#: gtk/gtkfilesel.c:551
msgid "Create Dir"
msgstr "Ustvari imenik"
-#: gtk/gtkfilesel.c:550 gtk/gtkfilesel.c:925
+#: gtk/gtkfilesel.c:562 gtk/gtkfilesel.c:937
msgid "Delete File"
msgstr "Zbri¹i datoteko"
-#: gtk/gtkfilesel.c:561 gtk/gtkfilesel.c:1029
+#: gtk/gtkfilesel.c:573 gtk/gtkfilesel.c:1041
msgid "Rename File"
msgstr "Preimenuj datoteko"
@@ -89,39 +89,39 @@ msgstr "Preimenuj datoteko"
#. (GtkSignalFunc) gtk_file_selection_fileop_destroy,
#. (gpointer) fs);
#.
-#: gtk/gtkfilesel.c:722
+#: gtk/gtkfilesel.c:734
msgid "Error"
msgstr "Napaka"
#. close button
-#: gtk/gtkfilesel.c:745 gtk/gtkinputdialog.c:354
+#: gtk/gtkfilesel.c:757 gtk/gtkinputdialog.c:354
msgid "Close"
msgstr "Zapri"
-#: gtk/gtkfilesel.c:820
+#: gtk/gtkfilesel.c:832
msgid "Create Directory"
msgstr "Ustvari imenik"
-#: gtk/gtkfilesel.c:834
+#: gtk/gtkfilesel.c:846
msgid "Directory name:"
msgstr "Ime imenika:"
#. buttons
-#: gtk/gtkfilesel.c:847
+#: gtk/gtkfilesel.c:859
msgid "Create"
msgstr "Ustvari"
#. buttons
-#: gtk/gtkfilesel.c:947
+#: gtk/gtkfilesel.c:959
msgid "Delete"
msgstr "Zbri¹i"
#. buttons
-#: gtk/gtkfilesel.c:1062
+#: gtk/gtkfilesel.c:1074
msgid "Rename"
msgstr "Preimenuj"
-#: gtk/gtkfilesel.c:1445
+#: gtk/gtkfilesel.c:1457
msgid "Selection: "
msgstr "Izbira: "
@@ -195,7 +195,7 @@ msgstr "Dejanska vrednost"
msgid "Font"
msgstr "Pisava"
-#: gtk/gtkfontsel.c:504 gtk/gtkfontsel.c:2181 gtk/gtkfontsel.c:2411
+#: gtk/gtkfontsel.c:504 gtk/gtkfontsel.c:2180 gtk/gtkfontsel.c:2410
msgid "Font:"
msgstr "Pisava:"
@@ -278,23 +278,23 @@ msgstr "(niè)"
msgid "regular"
msgstr "navadno"
-#: gtk/gtkfontsel.c:1220 gtk/gtkfontsel.c:1973
+#: gtk/gtkfontsel.c:1220 gtk/gtkfontsel.c:1972
msgid "italic"
msgstr "kurzivna"
-#: gtk/gtkfontsel.c:1221 gtk/gtkfontsel.c:1974
+#: gtk/gtkfontsel.c:1221 gtk/gtkfontsel.c:1973
msgid "oblique"
msgstr "nagnjena"
-#: gtk/gtkfontsel.c:1222 gtk/gtkfontsel.c:1975
+#: gtk/gtkfontsel.c:1222 gtk/gtkfontsel.c:1974
msgid "reverse italic"
msgstr "obratno kurzivna"
-#: gtk/gtkfontsel.c:1223 gtk/gtkfontsel.c:1976
+#: gtk/gtkfontsel.c:1223 gtk/gtkfontsel.c:1975
msgid "reverse oblique"
msgstr "obratno nagnjena"
-#: gtk/gtkfontsel.c:1224 gtk/gtkfontsel.c:1977
+#: gtk/gtkfontsel.c:1224 gtk/gtkfontsel.c:1976
msgid "other"
msgstr "ostalo"
@@ -306,51 +306,51 @@ msgstr "[M]"
msgid "[C]"
msgstr "[C]"
-#: gtk/gtkfontsel.c:1793
+#: gtk/gtkfontsel.c:1792
msgid "The selected font is not available."
msgstr "Izbrana pisava ni dostopna."
-#: gtk/gtkfontsel.c:1799
+#: gtk/gtkfontsel.c:1798
msgid "The selected font is not a valid font."
msgstr "Izbrana pisava je popaèena."
-#: gtk/gtkfontsel.c:1857
+#: gtk/gtkfontsel.c:1856
msgid "This is a 2-byte font and may not be displayed correctly."
msgstr "Ta pisava uporablja dvobajtni zapis in morda ne bo prikazana pravilno."
-#: gtk/gtkfontsel.c:1961 gtk/gtkinputdialog.c:607
+#: gtk/gtkfontsel.c:1960 gtk/gtkinputdialog.c:607
msgid "(unknown)"
msgstr "(neznano)"
-#: gtk/gtkfontsel.c:1972
+#: gtk/gtkfontsel.c:1971
msgid "roman"
msgstr "pokonèna"
-#: gtk/gtkfontsel.c:1984
+#: gtk/gtkfontsel.c:1983
msgid "proportional"
msgstr "proporcionalen"
-#: gtk/gtkfontsel.c:1985
+#: gtk/gtkfontsel.c:1984
msgid "monospaced"
msgstr "enakokoraèen"
-#: gtk/gtkfontsel.c:1986
+#: gtk/gtkfontsel.c:1985
msgid "char cell"
msgstr "celica znaka"
-#: gtk/gtkfontsel.c:2186
+#: gtk/gtkfontsel.c:2185
msgid "Font: (Filter Applied)"
msgstr "Pisava: (z uporabo filtra)"
-#: gtk/gtkfontsel.c:2662
+#: gtk/gtkfontsel.c:2661
msgid "MAX_FONTS exceeded. Some fonts may be missing."
msgstr "MAX_FONTS prese¾en. Nekatere pisave utegnejo manjkati."
-#: gtk/gtkfontsel.c:3499
+#: gtk/gtkfontsel.c:3508
msgid "Apply"
msgstr "Uporabi"
-#: gtk/gtkfontsel.c:3521
+#: gtk/gtkfontsel.c:3530
msgid "Font Selection"
msgstr "Izbor pisav"
@@ -445,12 +445,12 @@ msgstr "izprazni"
msgid "Page %u"
msgstr "%u. stran"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ne najdem datoteke s sliko v poti pixmap_path: \"%s\" vrstica %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ne najdem datoteke s sliko v poti pixmap_path: \"%s\""
diff --git a/po/sp.po b/po/sp.po
index b6d7b77a7..869aefaa5 100644
--- a/po/sp.po
+++ b/po/sp.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ \n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-07-29 19:35+0100\n"
"Last-Translator: Tomislav Jankovic <tomaja@net.yu>\n"
"Language-Team: Serbian(Latin) <tomaja@net.yu>\n"
diff --git a/po/sr.po b/po/sr.po
index 507834844..6a27491f8 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ \n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2000-07-29 19:35+0100\n"
"Last-Translator: Tomislav Jankovic_<tomaja@net.yu>\n"
"Language-Team: Serbian(Latin) <tomaja@net.yu>\n"
diff --git a/po/sv.po b/po/sv.po
index 83cbbe0f0..89655e74a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
-"POT-Creation-Date: 2001-03-19 14:20+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-03-19 14:39+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
diff --git a/po/tr.po b/po/tr.po
index 005c57c09..c93eaf0a1 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.10\n"
-"POT-Creation-Date: 2001-02-22 20:39-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-03-18 18:33+0200\n"
"Last-Translator: Nilgün Belma Bugüner <nilgun@technologist.com>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -446,12 +446,12 @@ msgstr "temizle"
msgid "Page %u"
msgstr "Sayfa %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Resim dosyasý konumlanamadý. pixmap_path: \"%s\" satýr %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Resim dosyasý konumlanamadý. pixmap_path: \"%s\""
@@ -464,4 +464,3 @@ msgstr "Yüklenebilir modül konumlanamadý. module_path: \"%s\" "
#: gtk/gtktipsquery.c:180
msgid "--- No Tip ---"
msgstr "--Ýpucu yok--"
-
diff --git a/po/uk.po b/po/uk.po
index 88cefae11..e7b25d05c 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-09-30 21:51 EST\n"
"Last-Translator: Yuri Syrota <yuri@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -446,12 +446,12 @@ msgstr "ÏÞÉÓÔÉÔÉ"
msgid "Page %u"
msgstr "óÔÏÒ¦ÎËÁ %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "æÁÊÌ ¦Ú ÚÏÂÒÁÖÅÎÎÑÍ ÎÅ ÚÎÁÊÄÅÎÏ × pixmap_path: \"%s\", ÒÑÄÏË %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "æÁÊÌ ¦Ú ÚÏÂÒÁÖÅÎÎÑÍ ÎÅ ÚÎÁÊÄÅÎÏ × pixmap_path: \"%s\""
diff --git a/po/vi.po b/po/vi.po
index b7961c6db..1cbb4e89e 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.9pre1\n"
-"POT-Creation-Date: 2001-02-15 23:40-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 2001-03-12 15:23+01:00\n"
"Last-Translator: Hoang Ngoc Tu <hntu@gmx.de>\n"
"Language-Team: Vietnamese <vi@li.org>\n"
@@ -197,7 +197,7 @@ msgstr "Gi¸ trÞ HiÖn thêi"
msgid "Font"
msgstr "Ph«ng"
-#: gtk/gtkfontsel.c:504 gtk/gtkfontsel.c:2185 gtk/gtkfontsel.c:2415
+#: gtk/gtkfontsel.c:504 gtk/gtkfontsel.c:2180 gtk/gtkfontsel.c:2410
msgid "Font:"
msgstr "Ph«ng ch÷:"
@@ -280,23 +280,23 @@ msgstr "(nil)"
msgid "regular"
msgstr "®Óu ®Æn"
-#: gtk/gtkfontsel.c:1220 gtk/gtkfontsel.c:1977
+#: gtk/gtkfontsel.c:1220 gtk/gtkfontsel.c:1972
msgid "italic"
msgstr "ch÷ nghiªng"
-#: gtk/gtkfontsel.c:1221 gtk/gtkfontsel.c:1978
+#: gtk/gtkfontsel.c:1221 gtk/gtkfontsel.c:1973
msgid "oblique"
msgstr "nghiªng"
-#: gtk/gtkfontsel.c:1222 gtk/gtkfontsel.c:1979
+#: gtk/gtkfontsel.c:1222 gtk/gtkfontsel.c:1974
msgid "reverse italic"
msgstr "ch÷ nghiªng nghÞch"
-#: gtk/gtkfontsel.c:1223 gtk/gtkfontsel.c:1980
+#: gtk/gtkfontsel.c:1223 gtk/gtkfontsel.c:1975
msgid "reverse oblique"
msgstr "nghiªng nghÞch"
-#: gtk/gtkfontsel.c:1224 gtk/gtkfontsel.c:1981
+#: gtk/gtkfontsel.c:1224 gtk/gtkfontsel.c:1976
msgid "other"
msgstr "lo¹i kh¸c"
@@ -308,43 +308,43 @@ msgstr "[M]"
msgid "[C]"
msgstr "[C]"
-#: gtk/gtkfontsel.c:1797
+#: gtk/gtkfontsel.c:1792
msgid "The selected font is not available."
msgstr "Kh«ng cã ph«ng ch÷ ®· chän."
-#: gtk/gtkfontsel.c:1803
+#: gtk/gtkfontsel.c:1798
msgid "The selected font is not a valid font."
msgstr "Ph«ng ch÷ ®· chän lµ ph«ng kh«ng sö dông ®­îc."
-#: gtk/gtkfontsel.c:1861
+#: gtk/gtkfontsel.c:1856
msgid "This is a 2-byte font and may not be displayed correctly."
msgstr "§©y lµ mét ph«ng 2 byte vµ cã thÓ hiÓn thÞ kh«ng ®óng."
-#: gtk/gtkfontsel.c:1965 gtk/gtkinputdialog.c:607
+#: gtk/gtkfontsel.c:1960 gtk/gtkinputdialog.c:607
msgid "(unknown)"
msgstr "(kh«ng ®­îc biÕt)"
-#: gtk/gtkfontsel.c:1976
+#: gtk/gtkfontsel.c:1971
msgid "roman"
msgstr "roman"
-#: gtk/gtkfontsel.c:1988
+#: gtk/gtkfontsel.c:1983
msgid "proportional"
msgstr "Ph«ng theo tØ lÖ"
-#: gtk/gtkfontsel.c:1989
+#: gtk/gtkfontsel.c:1984
msgid "monospaced"
msgstr "Ph«ng kh«ng theo tØ lÖ"
-#: gtk/gtkfontsel.c:1990
+#: gtk/gtkfontsel.c:1985
msgid "char cell"
msgstr ""
-#: gtk/gtkfontsel.c:2190
+#: gtk/gtkfontsel.c:2185
msgid "Font: (Filter Applied)"
msgstr "Ph«ng: (sö dông läc)"
-#: gtk/gtkfontsel.c:2666
+#: gtk/gtkfontsel.c:2661
msgid "MAX_FONTS exceeded. Some fonts may be missing."
msgstr "MAX_FONTS bÞ v­ît qu¸. Mét sè ph«ng cã thÓ bÞ sãt."
@@ -447,12 +447,12 @@ msgstr "xãa"
msgid "Page %u"
msgstr "Trang %u"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "TËp tin ®å häa kh«ng t×m ®­îc trong ®­êng dÉn pixmap: \"%s\" line %d"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "TËp tin ®æ häa kh«ng t×m ®­îc trong ®­êng ®Én pixmap: \"%s\""
diff --git a/po/wa.po b/po/wa.po
index 33dda3823..e450de7d9 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.7\n"
-"POT-Creation-Date: 2001-03-15 10:09+0100\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-02-07 17:37+0100\n"
"Last-Translator: Pablo Saratxaga <pablo@mandrakesoft.com>\n"
"Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po
index 1430da93a..bd58816c6 100644
--- a/po/zh_CN.GB2312.po
+++ b/po/zh_CN.GB2312.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.7 \n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-01-31\n"
"Last-Translator: Wu Yulun <migr@operamail.com>\n"
"Language-Team: Chinese <zh@li.org>\n"
@@ -442,12 +442,12 @@ msgstr "Çå³ý"
msgid "Page %u"
msgstr "µÚ %u Ò³"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "ÎÞ·¨Í¨¹ý pixmap_path ÕÒµ½Í¼Ïñ: \"%s\" µÚ %d ÐÐ"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "ÎÞ·¨Í¨¹ý pixmap_path ÕÒµ½Í¼Ïñ: \"%s\""
diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po
index 4a43dcc59..e58a34439 100644
--- a/po/zh_TW.Big5.po
+++ b/po/zh_TW.Big5.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.7 \n"
-"POT-Creation-Date: 2001-02-28 19:20-0500\n"
+"POT-Creation-Date: 2001-03-28 16:12-0500\n"
"PO-Revision-Date: 1999-01-31 19:33+0800\n"
"Last-Translator: ¨¯¥ß¤¯ <hsin@med.cgu.edu.tw>\n"
"Language-Team: Chinese <zh@li.org>\n"
@@ -445,12 +445,12 @@ msgstr "²M°£"
msgid "Page %u"
msgstr "²Ä %u ­¶"
-#: gtk/gtkrc.c:1702
+#: gtk/gtkrc.c:1703
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "µLªk¥Ñ pixmap_path §ä¨ì¹ÏÀÉ: \"%s\" ²Ä %d ¦æ"
-#: gtk/gtkrc.c:1705
+#: gtk/gtkrc.c:1706
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "µLªk¥Ñ pixmap_path §ä¨ì¹ÏÀÉ: \"%s\""