Fix capitalization of UTF-8. (#106419, Roozbeh Pournader)

Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
        of UTF-8. (#106419, Roozbeh Pournader)
This commit is contained in:
Owen Taylor 2003-04-22 19:36:28 +00:00 committed by Owen Taylor
parent df7e4d0c5e
commit c12fc8803d
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 22 15:33:51 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilesel.c (open_new_dir): Fix capitalization
of UTF-8. (#106419, Roozbeh Pournader)
Tue Apr 22 15:17:25 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Only check for XFT2 if we found pango-xft

View File

@ -1,3 +1,8 @@
Tue Apr 22 15:33:51 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilesel.c (open_new_dir): Fix capitalization
of UTF-8. (#106419, Roozbeh Pournader)
Tue Apr 22 15:17:25 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Only check for XFT2 if we found pango-xft

View File

@ -1,3 +1,8 @@
Tue Apr 22 15:33:51 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilesel.c (open_new_dir): Fix capitalization
of UTF-8. (#106419, Roozbeh Pournader)
Tue Apr 22 15:17:25 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Only check for XFT2 if we found pango-xft

View File

@ -1,3 +1,8 @@
Tue Apr 22 15:33:51 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilesel.c (open_new_dir): Fix capitalization
of UTF-8. (#106419, Roozbeh Pournader)
Tue Apr 22 15:17:25 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Only check for XFT2 if we found pango-xft

View File

@ -1,3 +1,8 @@
Tue Apr 22 15:33:51 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilesel.c (open_new_dir): Fix capitalization
of UTF-8. (#106419, Roozbeh Pournader)
Tue Apr 22 15:17:25 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Only check for XFT2 if we found pango-xft

View File

@ -3117,7 +3117,7 @@ open_new_dir (gchar *dir_name,
g_message (_("The filename \"%s\" couldn't be converted to UTF-8 "
"(try setting the environment variable G_BROKEN_FILENAMES): %s"),
escaped_str,
error->message ? error->message : _("Invalid Utf-8"));
error->message ? error->message : _("Invalid UTF-8"));
g_free (escaped_str);
g_clear_error (&error);
continue;