Fix TYPE_BOOL vs unsigned int inconsistency

This commit is contained in:
Berke Viktor
2012-10-20 17:56:38 +02:00
parent 99b68f6e24
commit c1bc4303ce
2 changed files with 7 additions and 7 deletions

View File

@@ -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