X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a9379d7b0f86e5fbb82f175cac4b9fbb1e3fde9..71d9783779303dc1fc92a327d42acb50ef13d747:/src/msw/datecontrols.cpp diff --git a/src/msw/datecontrols.cpp b/src/msw/datecontrols.cpp index 9e71c5f8fc..501ff039fb 100644 --- a/src/msw/datecontrols.cpp +++ b/src/msw/datecontrols.cpp @@ -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 // 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;