]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/fl/dyntbar.cpp
Fixed compilation error.
[wxWidgets.git] / contrib / src / fl / dyntbar.cpp
index 549d6899167f311227cdb58179c21d55af002cf5..865c73686bc7efe9b5a4a40404a64e64ed9617e5 100644 (file)
@@ -185,6 +185,10 @@ wxToolBarToolBase*
 
     pBmpBtn->Reshape();
 
+#if wxUSE_TOOLTIPS
+    pBmpBtn->SetToolTip( helpString1 );
+#endif  // wxUSE_TOOLTIPS
+
     AddTool( toolIndex, pBmpBtn );
 
     return NULL;