mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-20 09:12:11 +01:00
Fix typo. Same here.
2001-01-19 Kjartan Maraas <kmaraas@gnome.org> * gconvert.c: Fix typo. * gfileutils.c: Same here.
This commit is contained in:
parent
fed58d4f82
commit
59ce63340a
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gconvert.c: Fix typo.
|
||||
* gfileutils.c: Same here.
|
||||
* configure.in: Added no to ALL_LINGUAS
|
||||
|
||||
2001-01-17 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
|
||||
|
@ -181,7 +181,7 @@ dnl
|
||||
dnl gettext support
|
||||
dnl
|
||||
|
||||
ALL_LINGUAS=""
|
||||
ALL_LINGUAS="no"
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
LIBS="$LIBS $INTLLIBS"
|
||||
|
||||
|
@ -92,7 +92,7 @@ open_converter (const gchar *to_codeset,
|
||||
/* Something went wrong. */
|
||||
if (errno == EINVAL)
|
||||
g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION,
|
||||
_("Conversion from character set `%s' to `%s' is not suppo\rted"),
|
||||
_("Conversion from character set `%s' to `%s' is not supported"),
|
||||
from_codeset, to_codeset);
|
||||
else
|
||||
g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_FAILED,
|
||||
|
@ -646,7 +646,7 @@ g_file_open_tmp (const char *tmpl,
|
||||
g_set_error (error,
|
||||
G_FILE_ERROR,
|
||||
G_FILE_ERROR_FAILED,
|
||||
_("Template '%s' doesn end with XXXXXX"),
|
||||
_("Template '%s' doesn't end with XXXXXX"),
|
||||
tmpl);
|
||||
return -1;
|
||||
}
|
||||
|
@ -92,7 +92,7 @@ open_converter (const gchar *to_codeset,
|
||||
/* Something went wrong. */
|
||||
if (errno == EINVAL)
|
||||
g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION,
|
||||
_("Conversion from character set `%s' to `%s' is not suppo\rted"),
|
||||
_("Conversion from character set `%s' to `%s' is not supported"),
|
||||
from_codeset, to_codeset);
|
||||
else
|
||||
g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_FAILED,
|
||||
|
@ -646,7 +646,7 @@ g_file_open_tmp (const char *tmpl,
|
||||
g_set_error (error,
|
||||
G_FILE_ERROR,
|
||||
G_FILE_ERROR_FAILED,
|
||||
_("Template '%s' doesn end with XXXXXX"),
|
||||
_("Template '%s' doesn't end with XXXXXX"),
|
||||
tmpl);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user