]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
Override MSWTranslateMessage for wxActiveXContainer. Calling IOleInPlaceActiveObject...
[wxWidgets.git] / include / wx / vlbox.h
index 9556033827da85a2fec7520f31c350e6e3f80215..96ab2bde6f3da88a98a3f7c5abe863fea0cb374d 100644 (file)
@@ -85,7 +85,7 @@ public:
     int GetSelection() const
     {
         wxASSERT_MSG( !HasMultipleSelection(),
-                        _T("GetSelection() can't be used with wxLB_MULTIPLE") );
+                        wxT("GetSelection() can't be used with wxLB_MULTIPLE") );
 
         return m_current;
     }