diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-09 12:57:10 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-09 12:57:10 +0000 |
commit | 134bfeae84de233c4494c134bf8bf5d86e9c3c71 (patch) | |
tree | 4c3513c0505b145a5231ca34dbd0b4711bf3f722 /updater/services.cpp | |
parent | e25739bfcca10986e6990179d88bd57cac68819f (diff) |
Version update
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@548 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/services.cpp')
-rw-r--r-- | updater/services.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/services.cpp b/updater/services.cpp index 76f39b2..309f3d8 100644 --- a/updater/services.cpp +++ b/updater/services.cpp @@ -44,7 +44,6 @@ bool DownloadUpdates(UpdateList &todo, FilenameMap *map, bool dlls_only) { PostMessage(hwndProgress, WM_SETTEXT, 0, (LPARAM)TranslateT("Progress - Downloading updates..."));
PostMessage(hwndProgress, WMU_SETMESSAGE, (WPARAM)TranslateT("Downloading"), 0);
-
}
TCHAR msg[512];
|