diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-05-16 20:18:05 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-05-16 20:18:05 +0000 |
commit | 8f0b7ae8e77984a30732170d298c3f24ac185a76 (patch) | |
tree | 680be542397ab39fed91292a0ddd65380dccd652 /updater/xmldata.cpp | |
parent | dc0ecd8e51b27c6ea8e3d8ac3821bc9b875bb88b (diff) |
Fixed bogus error message
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@516 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/xmldata.cpp')
-rw-r--r-- | updater/xmldata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/xmldata.cpp b/updater/xmldata.cpp index 2ef8e67..3a4677a 100644 --- a/updater/xmldata.cpp +++ b/updater/xmldata.cpp @@ -278,7 +278,7 @@ bool UpdateXMLData(const Category cat, const char *redirect_url /*= 0*/, int rec //MessageBox(0, buff + len, TranslateT("Updater: Error Downloading XML Data"), MB_OK | MB_ICONWARNING);
} else {
ShowError(TranslateT("Failed to download XML data - Response is NULL"));
- //MessageBox(0, TranslateT("Error downloading XML data...\nResponse is NULL"), Translate("Updater Error"), MB_OK | MB_ICONWARNING);
+ //MessageBox(0, TranslateT("Error downloading XML data...\nResponse is NULL"), TranslateT("Updater Error"), MB_OK | MB_ICONWARNING);
NLog("Failed to download XML data - Response is NULL");
}
return LoadOldXMLData(cat, false);
|