summaryrefslogtreecommitdiff
path: root/updater/xmldata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'updater/xmldata.cpp')
-rw-r--r--updater/xmldata.cpp2
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);