]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/settings.cpp
document On{Open,Save}Document()
[wxWidgets.git] / src / dfb / settings.cpp
index 8cd14600baf9f0af668b6e3ea25920427916966e..2e1fe2058f5c174ddc869e437d2679eff8e87a78 100644 (file)
@@ -58,7 +58,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
         }
 
         default:
         }
 
         default:
-            wxFAIL_MSG( _T("unknown font type") );
+            wxFAIL_MSG( "unknown font type" );
             return wxNullFont;
     }
 }
             return wxNullFont;
     }
 }
@@ -85,7 +85,7 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index,
 #endif
 
         default:
 #endif
 
         default:
-            wxFAIL_MSG( _T("unsupported metric") );
+            wxFAIL_MSG( "unsupported metric" );
             return -1;
     }
 }
             return -1;
     }
 }
@@ -100,7 +100,7 @@ bool wxSystemSettingsNative::HasFeature(wxSystemFeature index)
             return false;
 
         default:
             return false;
 
         default:
-            wxFAIL_MSG( _T("unknown feature") );
+            wxFAIL_MSG( "unknown feature" );
             return false;
     }
 }
             return false;
     }
 }