summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-08-07 18:26:31 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-08-07 18:26:31 +0200
commit69aedf51cea645e1dfcbc6f629f8d1461e6e6349 (patch)
treedd3a07fe2c014c367f7b1421b25889f227a75464 /src/common/xchat.h
parentd8cac3bcfe4728b224497ca9411d19f1bd5f1a31 (diff)
recognize all installed dictionaries and select the required ones via spell_langs
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 718e0e91..6856d949 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -122,6 +122,7 @@ struct xchatprefs
 	char font_normal[FONTNAMELEN + 1];
 	char doubleclickuser[256];
 	char gui_license[64];
+	char spell_langs[64];
 	char sounddir[PATHLEN + 1];
 	char soundcmd[PATHLEN + 1];
 	char background[PATHLEN + 1];