Sub-module update

This commit is contained in:
Simon Rozman 2016-05-24 22:13:09 +02:00
parent 73c2146fe2
commit 4898492972
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 66b2934da83933b5292495025355721466378f91
Subproject commit 40fd616e5d69ab4a288463602e237822c2af5d93

View File

@ -39,7 +39,7 @@ wxZRColaUpdater::wxZRColaUpdater(wxWindow* parent) :
ZRColaApp *app = (ZRColaApp*)wxTheApp;
m_updater = new wxUpdCheckThread(app->m_locale.GetCanonicalName(), this);
if (m_updater->Run() != wxTHREAD_NO_ERROR) {
wxFAIL_MSG("Can't create the thread!");
wxFAIL_MSG(wxT("Can't create the thread!"));
delete m_updater;
m_updater = NULL;
}