summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-01-18 02:10:04 -0800
committerArnavion <arnavion@gmail.com>2015-01-18 02:10:04 -0800
commit5569205d1578f46a4ba4a2b23d8e48a933acd6ce (patch)
tree11c1bc40f911ceb98a7d30f528a27bc184fbe83e
parent2e76a4e4774fe867bf717f8511f2e60deea5b260 (diff)
Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 networks.
-rw-r--r--src/fe-gtk/servlistgui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c
index 101acdb2..f6a1a3c6 100644
--- a/src/fe-gtk/servlistgui.c
+++ b/src/fe-gtk/servlistgui.c
@@ -90,6 +90,7 @@ static GtkWidget *servlist_open_edit (GtkWidget *parent, ircnet *net);
 static const char *pages[]=
 {
 	IRC_DEFAULT_CHARSET,
+	"CP1252 (Windows-1252)",
 	"ISO-8859-15 (Western Europe)",
 	"ISO-8859-2 (Central Europe)",
 	"ISO-8859-7 (Greek)",