summaryrefslogtreecommitdiff
path: root/updater/popups.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-21 13:01:53 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-21 13:01:53 +0000
commitc12debcb441a2078c30372ba77cfcf6bdb219bfd (patch)
tree83e95a90d743fc94751de2a4ddb2a9b33d645855 /updater/popups.cpp
parent00a1cef967087b7c85b9ef39b63ba0662fa13080 (diff)
Added beta indication when update
More performance improvements git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@509 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/popups.cpp')
-rw-r--r--updater/popups.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/popups.cpp b/updater/popups.cpp
index 95911f4..c4e2edf 100644
--- a/updater/popups.cpp
+++ b/updater/popups.cpp
@@ -161,6 +161,7 @@ void ShowWarning(TCHAR *msg)
void ShowError(TCHAR *msg)
{
static const TCHAR title[512] = _T(MODULE) _T(" Error");
+ NLog(msg);
if(ServiceExists(MS_POPUP_SHOWMESSAGE))
{