Use the new wxSysErrorMsgStr() instead of wxSysErrorMsg()

This commit is contained in:
Lauri Nurmi
2016-11-21 18:37:25 +02:00
parent 343318d73e
commit 902130f64e
7 changed files with 13 additions and 13 deletions

View File

@@ -1371,7 +1371,7 @@ void WXDLLIMPEXP_BASE wxWakeUpMainThread()
wxS("Failed to wake up main thread: PostThreadMessage(WM_NULL) ")
wxS("failed with error 0x%08lx (%s)."),
ec,
wxSysErrorMsg(ec)
wxSysErrorMsgStr(ec)
);
}
}