Sub-module update
This commit is contained in:
parent
73c2146fe2
commit
4898492972
2
Updater
2
Updater
@ -1 +1 @@
|
|||||||
Subproject commit 66b2934da83933b5292495025355721466378f91
|
Subproject commit 40fd616e5d69ab4a288463602e237822c2af5d93
|
@ -39,7 +39,7 @@ wxZRColaUpdater::wxZRColaUpdater(wxWindow* parent) :
|
|||||||
ZRColaApp *app = (ZRColaApp*)wxTheApp;
|
ZRColaApp *app = (ZRColaApp*)wxTheApp;
|
||||||
m_updater = new wxUpdCheckThread(app->m_locale.GetCanonicalName(), this);
|
m_updater = new wxUpdCheckThread(app->m_locale.GetCanonicalName(), this);
|
||||||
if (m_updater->Run() != wxTHREAD_NO_ERROR) {
|
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;
|
delete m_updater;
|
||||||
m_updater = NULL;
|
m_updater = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user