summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppDetailView.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 14:27:57 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 14:27:57 +0000
commit915703d20bb4de23b71e5ea3a4957bd61677a7e2 (patch)
tree7524724113b5a124849746ff125a300e0e3c06e9 /dbaccess/source/ui/app/AppDetailView.cxx
parentINTEGRATION: CWS dba202b (1.78.46); FILE MERGED (diff)
downloadcore-915703d20bb4de23b71e5ea3a4957bd61677a7e2.tar.gz
core-915703d20bb4de23b71e5ea3a4957bd61677a7e2.zip
INTEGRATION: CWS dba202b (1.12.46); FILE MERGED
2005/12/12 07:48:41 oj 1.12.46.1: adjust helptext when mouse was moved
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailView.cxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index 9775b244d658..be3b6163f86f 100644
--- a/dbaccess/source/ui/app/AppDetailView.cxx
+++ b/dbaccess/source/ui/app/AppDetailView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailView.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2006-01-03 16:15:57 $
+ * last change: $Author: obo $ $Date: 2006-01-16 15:27:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -302,6 +302,7 @@ bool OCreationList::setCurrentEntryInvalidate( SvLBoxEntry* _pEntry )
SetCurEntry( _pEntry );
if ( GetCurEntry() )
InvalidateEntry( GetCurEntry() );
+ updateHelpText();
return true;
}
return false;