diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 19:20:55 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 19:20:55 +0200 |
commit | cc28cc0177aee6fc93436443597078e5be374354 (patch) | |
tree | 0b5aef658cbf95033047449d1229bfc1a585bf10 /src/common/cfgfiles.c | |
parent | 2e73e515057bddd77d04438bb8cb51c19bb7fa9a (diff) |
Make the About screen and CTCP VERSION consistent and remove the license text option
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 7f27659d..e448311e 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -444,7 +444,6 @@ const struct prefs vars[] = { {"gui_input_style", P_OFFINT (style_inputbox), TYPE_BOOL}, {"gui_join_dialog", P_OFFINT (gui_join_dialog), TYPE_BOOL}, {"gui_lagometer", P_OFFINT (lagometer), TYPE_INT}, - {"gui_license", P_OFFSET (gui_license), TYPE_STR}, {"gui_mode_buttons", P_OFFINT (chanmodebuttons), TYPE_BOOL}, #ifdef WIN32 {"gui_one_instance", P_OFFINT (gui_one_instance), TYPE_BOOL}, @@ -736,7 +735,6 @@ load_config (void) #ifdef WIN32 prefs.identd = 1; #endif - strcpy (prefs.gui_license, ""); strcpy (prefs.spell_langs, g_getenv ("LC_ALL") ? g_getenv ("LC_ALL") : "en_US"); strcpy (prefs.stamp_format, "[%H:%M] "); strcpy (prefs.timestamp_log_format, "%b %d %H:%M:%S "); |