diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-28 17:26:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-28 17:26:13 +0000 |
commit | 9f4c313f4f644e5ebb29086210f492941c732956 (patch) | |
tree | 35d23e589fc13623f2ab69bb88ba3f14efc6fcdc | |
parent | ad63722fc98ab8f8cc22b0e312a8a835455fc3ba (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@9604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 4fc01ff582..18fbe96960 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -722,7 +722,7 @@ void DoCheck(int iFlag) SetFocus(hwndDialog);
}
else if (iFlag) {
- #if MIRANDA_VER < 0x0A00
+ #if MIRANDA_VER >= 0x0A00
db_set_dw(NULL, MODNAME, "LastUpdate", time(NULL));
#endif
hCheckThread = mir_forkthread(CheckUpdates, 0);
|