]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tbarbase.cpp
fixed wxEncodingConverter::Convert docs
[wxWidgets.git] / src / common / tbarbase.cpp
index eb371ebc84ab7f8cf6e34d052bf8fa74f6f56b77..a68b275b1acb842bf04463d6f6e061ab9a743b1c 100644 (file)
@@ -525,7 +525,8 @@ void wxToolBarBase::OnMouseEnter(int id)
     // set the status text anyhow, even if the string is empty: this ensures
     // that it is cleared when the mouse leaves the toolbar or enters a tool
     // without help
-    frame->SetStatusText(helpstring);
+       if (frame->GetStatusBar())
+               frame->SetStatusText(helpstring);
 }
 
 // ----------------------------------------------------------------------------