]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
Allow OS X Cocoa (or any OS X port) to override GetBestSize and provide a native...
[wxWidgets.git] / src / msw / fontdlg.cpp
index 51a5bd1b2b47fbb0bb9c409176424a75d8841191..86156c2f37529d3fc087f4b9fb59146c7bb89abd 100644 (file)
@@ -112,17 +112,12 @@ int wxFontDialog::ShowModal()
     }
     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;
     }