]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dialog.cpp
*** empty log message ***
[wxWidgets.git] / src / os2 / dialog.cpp
index fe94c51472178b829364d3ad08bc21e8a609ba68..90afc5040011fd82f00444ef67138ebb1743cd0e 100644 (file)
@@ -116,11 +116,11 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
     // otherwise it would look too strange)
 //    const wxChar *dlg;
 //    if ( style & wxRESIZE_BORDER )
-//        dlg = T("wxResizeableDialog");
+//        dlg = wxT("wxResizeableDialog");
 //    else if ( style & wxCAPTION )
-//        dlg = T("wxCaptionDialog");
+//        dlg = wxT("wxCaptionDialog");
 //    else
-//        dlg = T("wxNoCaptionDialog");
+//        dlg = wxT("wxNoCaptionDialog");
 //    MSWCreate(m_windowId, parent, NULL, this, NULL,
 //              x, y, width, height,
 //              0, // style is not used if we have dlg template
@@ -131,7 +131,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
 //
 //    if ( !hwnd )
 //    {
-//        wxLogError(T("Failed to create dialog."));
+//        wxLogError(wxT("Failed to create dialog."));
 //
 //        return FALSE;
 //    }