- wxLogError(_("Can't find dummy dialog template!\n"
- "Check resource include path for finding wx.rc."));
+ vError = ::WinGetLastError(vHabmain);
+ sError = wxPMErrorToStr(vError);
+ wxLogError("Can't find dummy dialog template!\n"
+ "Check resource include path for finding wx.rc.\n"
+ "Error: %s\n", sError);