X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27476f7368c891de149723b7d4cf9fb922ce8433..aad0fe4b45f43c7246d06f2b8aa43c64df5457f0:/src/os2/dialog.cpp diff --git a/src/os2/dialog.cpp b/src/os2/dialog.cpp index fe94c51472..90afc50400 100644 --- a/src/os2/dialog.cpp +++ b/src/os2/dialog.cpp @@ -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; // }