diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 13:02:56 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 13:02:56 +0200 |
commit | 0922841b20da6c15076f1467280a0e67407826d1 (patch) | |
tree | 359a1149b1d24c603ffbac4a7fb68c7e380821be /globals.h | |
parent | f375e4f961eb52fa504c17e7825e832829310e8a (diff) |
log rework
better gpg configuration check
removed annoying message boxes (info now out to log)
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -// Copyright © 2010 sss, chaos.persei +// Copyright © 2010 sss // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -16,7 +16,7 @@ #ifndef GLOBALS_H #define GLOBALS_H -extern bool bAppendTags; +extern bool bAppendTags, gpg_configured; extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag; extern logtofile debuglog; #endif |