#include "wx/utils.h"
#include "wx/dialog.h"
#include "wx/log.h"
- #include "wx/cmndata.h"
#include "wx/math.h"
#endif
}
else
{
- // common dialog failed - why?
-#ifdef __WXDEBUG__
DWORD dwErr = CommDlgExtendedError();
if ( dwErr != 0 )
{
- // this msg is only for developers
- wxLogError(wxT("Common dialog failed with error code %0lx."),
- dwErr);
+ wxLogError(_("Common dialog failed with error code %0lx."), dwErr);
}
//else: it was just cancelled
-#endif
return wxID_CANCEL;
}