summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-08-24 17:27:29 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-08-24 17:27:29 +0000
commit5ab7598b54dc41208c5a1d1655daece59c8f6752 (patch)
tree710433d57dd7e7850748394a3b1b16ee0c5d459e /vcl/source/window/window2.cxx
parent4569c69eba08f7cb102d05d72e5cf23bed0eb68b (diff)
#i92516# HELP_DEBUG for non static controls
Diffstat (limited to 'vcl/source/window/window2.cxx')
-rw-r--r--vcl/source/window/window2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index af2043fda516..a9bc93863829 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -1999,6 +1999,7 @@ BOOL Window::IsZoom() const
void Window::SetHelpText( const XubString& rHelpText )
{
mpWindowImpl->maHelpText = rHelpText;
+ mpWindowImpl->mbHelpTextDynamic = TRUE;
}
void Window::SetQuickHelpText( const XubString& rHelpText )