]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/nativdlg.cpp
Regenerated message catalogs with the strings inside wxGetTranslation().
[wxWidgets.git] / src / msw / nativdlg.cpp
index b7ba64f61310acc4e55ef5668c7f242a59351262..d71c3b13e4b7d935c8a48b5d34a2c1fd3115f700 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -162,7 +161,7 @@ wxWindow* wxWindow::GetWindowChild(wxWindowID id)
 
 wxWindow* wxWindow::CreateWindowFromHWND(wxWindow* parent, WXHWND hWnd)
 {
-    wxCHECK_MSG( parent, NULL, _T("must have valid parent for a control") );
+    wxCHECK_MSG( parent, NULL, wxT("must have valid parent for a control") );
 
     wxString str(wxGetWindowClass(hWnd));
     str.UpperCase();