mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Unify some near-duplicate strings. (#314654, Clytie Siddall)
2005-08-28 Matthias Clasen <mclasen@redhat.com> * glib/giochannel.c: Unify some near-duplicate strings. (#314654, Clytie Siddall)
This commit is contained in:
parent
33672401a0
commit
f60ede1724
@ -1,3 +1,8 @@
|
||||
2005-08-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/giochannel.c: Unify some near-duplicate strings. (#314654,
|
||||
Clytie Siddall)
|
||||
|
||||
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version to 2.9.0
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/giochannel.c: Unify some near-duplicate strings. (#314654,
|
||||
Clytie Siddall)
|
||||
|
||||
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version to 2.9.0
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/giochannel.c: Unify some near-duplicate strings. (#314654,
|
||||
Clytie Siddall)
|
||||
|
||||
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version to 2.9.0
|
||||
|
@ -1147,11 +1147,11 @@ g_io_channel_set_encoding (GIOChannel *channel,
|
||||
|
||||
if (err == EINVAL)
|
||||
g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION,
|
||||
_("Conversion from character set `%s' to `%s' is not supported"),
|
||||
_("Conversion from character set '%s' to '%s' is not supported"),
|
||||
from_enc, to_enc);
|
||||
else
|
||||
g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_FAILED,
|
||||
_("Could not open converter from `%s' to `%s': %s"),
|
||||
_("Could not open converter from '%s' to '%s': %s"),
|
||||
from_enc, to_enc, g_strerror (err));
|
||||
|
||||
if (read_cd != (GIConv) -1)
|
||||
|
Loading…
Reference in New Issue
Block a user