]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/popupwin.cpp
Ignore the time portion of the datetime object when setting the date.
[wxWidgets.git] / src / msw / popupwin.cpp
index d28e3cdfa616d8a38e08caebf3c82b08eda20954..75e2c70f828a52128540dbe06966422ecac00a5b 100644 (file)
@@ -100,7 +100,7 @@ bool wxPopupWindow::Show(bool show)
         // raise to top of z order
         if (!::SetWindowPos(GetHwnd(), HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE))
         {
-            wxLogLastError(_T("SetWindowPos"));
+            wxLogLastError(wxT("SetWindowPos"));
         }
 
         // and set it as the foreground window so the mouse can be captured