summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index ef51cb75..014f6d98 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -583,7 +583,7 @@ const struct prefs vars[] = {
 	{"text_background", P_OFFSET (background), TYPE_STR},
 	{"text_color_nicks", P_OFFINT (colorednicks), TYPE_BOOL},
 #ifdef WIN32
-	{"text_emoticons", P_OFFINT (emoticons), TYPE_BOOL},
+	{"text_emoticons", P_OFFINT (text_emoticons), TYPE_BOOL},
 #endif
 	{"text_font", P_OFFSET (font_normal), TYPE_STR},
 #ifdef WIN32