diff options
author | James Booth <boothj5@gmail.com> | 2012-07-22 23:11:10 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-07-22 23:11:10 +0100 |
commit | 45b2944da7b0cb8d819f4a8158d7ae714d86784b (patch) | |
tree | 8c4301d23bee550e8cc1b060dba53e198c8c9b92 /src | |
parent | 6b697054b671471edfb422ec7fd9d8ab8c2b0401 (diff) | |
download | profani-tty-45b2944da7b0cb8d819f4a8158d7ae714d86784b.tar.gz |
Increased version, chat logging in prefs output
Diffstat (limited to 'src')
-rw-r--r-- | src/windows.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c index 7804c984..062b54a5 100644 --- a/src/windows.c +++ b/src/windows.c @@ -326,6 +326,11 @@ void cons_prefs(void) else cons_show("Splash screen : OFF"); + if (prefs_get_chlog()) + cons_show("Chat logging : ON"); + else + cons_show("Chat logging : OFF"); + cons_show(""); if (_curr_prof_win == 0) |