]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/datecontrols.cpp
Changed wxMSW wxGraphicsContext font rendering and extent calculation to take into...
[wxWidgets.git] / src / msw / datecontrols.cpp
index 9e71c5f8fcfe6d5737a6ab5b27d79119f3c43af4..10e69f55b04cab7f1f18526c82e584b8ce09be3a 100644 (file)
@@ -69,7 +69,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;