X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27476f7368c891de149723b7d4cf9fb922ce8433..cd6361037d5d19c47464fc5cb25de093bc2eb2c8:/src/os2/dialog.cpp

diff --git a/src/os2/dialog.cpp b/src/os2/dialog.cpp
index fe94c51472..3cd09826e3 100644
--- a/src/os2/dialog.cpp
+++ b/src/os2/dialog.cpp
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dialog.cpp
 // Purpose:     wxDialog class
-// Author:      AUTHOR
+// Author:      David Webster
 // Modified by:
-// Created:     ??/??/98
+// Created:     10/14/99
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:   	wxWindows licence
+// Copyright:   (c) David Webster
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -25,10 +25,6 @@
 #include "wx/os2/private.h"
 #include "wx/log.h"
 
-#if wxUSE_COMMON_DIALOGS
-#include <commdlg.h>
-#endif
-
 #define wxDIALOG_DEFAULT_X 300
 #define wxDIALOG_DEFAULT_Y 300
 
@@ -116,11 +112,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 +127,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
 //
 //    if ( !hwnd )
 //    {
-//        wxLogError(T("Failed to create dialog."));
+//        wxLogError(wxT("Failed to create dialog."));
 //
 //        return FALSE;
 //    }