]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ownerdrw.cpp
minor bug fixes
[wxWidgets.git] / src / msw / ownerdrw.cpp
index 090c670bbf4239e165b7ff5f0f4b227c660aa74b..5cc44d6be0f82f3ee403b04dba3fc0e3df1236f7 100644 (file)
@@ -74,7 +74,7 @@ bool wxOwnerDrawn::OnMeasureItem(size_t *pwidth, size_t *pheight)
   delete [] szStripped;
 
   // # without this menu items look too tightly packed (at least under Windows)
-  str += T('W'); // 'W' is typically the widest letter
+  str += wxT('W'); // 'W' is typically the widest letter
 
   dc.GetTextExtent(str, (long *)pwidth, (long *)pheight);