]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/popupwin.cpp
A fix for VC6 compilation: define missing priority constants.
[wxWidgets.git] / src / msw / popupwin.cpp
index d28e3cdfa616d8a38e08caebf3c82b08eda20954..a59d329bd2aa56bf3fbe61eec262b730022e59e7 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     08.05.02
 // RCS-ID:      $Id$
 // Copyright:   (c) 2002 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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