diff options
author | TingPing <tngpng@gmail.com> | 2013-04-10 13:27:53 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-10 13:27:53 -0300 |
commit | feb5b416424521dfa16e3b02695e016d8099982a (patch) | |
tree | 0a157862357bc8ad5d296b6472b54535e5cce0e8 /src | |
parent | 36694afe0e28eff7d8fb3d6f012d249b73a9ac77 (diff) |
Readd irc charset to the list
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/servlistgui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index 774ce1cc..3773ea96 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -85,6 +85,7 @@ static GtkWidget *servlist_open_edit (GtkWidget *parent, ircnet *net); static const char *pages[]= { IRC_DEFAULT_CHARSET, + "IRC (Latin/Unicode Hybrid)" "ISO-8859-15 (Western Europe)", "ISO-8859-2 (Central Europe)", "ISO-8859-7 (Greek)", |