]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/datecontrols.cpp
follow up parent chain to properly support modal dialog parents, see #15383
[wxWidgets.git] / src / msw / datecontrols.cpp
index 9e71c5f8fcfe6d5737a6ab5b27d79119f3c43af4..501ff039fb64836e40b34e90c7ba553061420156 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     implementation of date controls helper functions
 // Author:      Vadim Zeitlin
 // Created:     2008-04-04
-// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -69,7 +68,7 @@ bool wxMSWDateControls::CheckInitialization()
 
         // see comment in wxApp::GetComCtl32Version() explaining the
         // use of wxLoadedDLL
-        wxLoadedDLL dllComCtl32(_T("comctl32.dll"));
+        wxLoadedDLL dllComCtl32(wxT("comctl32.dll"));
         if ( dllComCtl32.IsLoaded() )
         {
             wxLogNull noLog;