Remove double UTF-8, it's already default charset
This commit is contained in:
parent
25f8e45b73
commit
68ff3776ee
|
@ -93,7 +93,6 @@ static GtkWidget *servlist_open_edit (GtkWidget *parent, ircnet *net);
|
||||||
|
|
||||||
static const char *pages[]=
|
static const char *pages[]=
|
||||||
{
|
{
|
||||||
"UTF-8 (Unicode)",
|
|
||||||
IRC_DEFAULT_CHARSET,
|
IRC_DEFAULT_CHARSET,
|
||||||
"ISO-8859-15 (Western Europe)",
|
"ISO-8859-15 (Western Europe)",
|
||||||
"ISO-8859-2 (Central Europe)",
|
"ISO-8859-2 (Central Europe)",
|
||||||
|
|
Loading…
Reference in New Issue