]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/metrics.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / msw / private / metrics.h
index fe9483a3fa2355857727c06bf9eedc8a1034f487..0e1b41deb5e9d60112f2bbfc1b64243657be6260 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     various helper functions to retrieve system metrics
 // Author:      Vadim Zeitlin
 // Created:     2008-09-05
-// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -36,7 +35,7 @@ inline const NONCLIENTMETRICS& GetNonClientMetrics()
 #endif // WINVER >= 0x0600
         {
             // maybe we should initialize the struct with some defaults?
-            wxLogLastError(_T("SystemParametersInfo(SPI_GETNONCLIENTMETRICS)"));
+            wxLogLastError(wxT("SystemParametersInfo(SPI_GETNONCLIENTMETRICS)"));
         }
     }