diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-06 15:29:56 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-06 15:29:56 +0000 |
commit | b4a538d994080ef0e296ee59f229f56f0d597389 (patch) | |
tree | 5c2d67fc270060fbf160217d47f86e8768b04116 /README.in | |
parent | b538ff8ca6b401e4266483a39d469cfa281b2364 (diff) | |
download | gtk+-b4a538d994080ef0e296ee59f229f56f0d597389.tar.gz |
Fix a typo. (#163128, kentaro fukuchi)
2005-01-06 Matthias Clasen <mclasen@redhat.com>
* README.in: Fix a typo. (#163128, kentaro fukuchi)
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ Release notes If you have filenames encoded in the encoding of your locale, then you may want to set the G_FILENAME_ENCODING environment variable: - G_FILENAME_ENCODING=@local + G_FILENAME_ENCODING=@locale export G_FILENAME_ENCODING (Earlier versions of GLib 2.x required a different environment variable |