diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-03-15 22:02:33 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-03-15 22:02:33 +0100 |
commit | 68ff3776ee42121f699a99201a7dc6d2f4dfadc9 (patch) | |
tree | eed954e8edfbeafd3b91439af2e24049dd4a68d0 /src | |
parent | 25f8e45b73c8ce685e5591a75ad1b3d69828fde8 (diff) |
Remove double UTF-8, it's already default charset
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/servlistgui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index 4aeaf00f..813a85d5 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -93,7 +93,6 @@ static GtkWidget *servlist_open_edit (GtkWidget *parent, ircnet *net); static const char *pages[]= { - "UTF-8 (Unicode)", IRC_DEFAULT_CHARSET, "ISO-8859-15 (Western Europe)", "ISO-8859-2 (Central Europe)", |