]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
wxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes
[wxWidgets.git] / src / msw / tabctrl.cpp
index 81ea3e299fb43d874477cbf11148a8fb52cfc2b6..686f25018d06ef00ecedc1c83481338054d02f05 100644 (file)
@@ -145,7 +145,7 @@ bool wxTabCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
         case TTN_NEEDTEXT:
         {
             // TODO
-//            if (tool->m_shortHelpString != "")
+//            if (!tool->m_shortHelpString.empty())
 //                ttText->lpszText = (char *) (const char *)tool->m_shortHelpString;
         }
 #endif