summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2019-04-13 11:46:24 +0200
committerJean-Pierre Ledure <jp@ledure.be>2019-04-13 12:41:34 +0200
commitb56c50cac3ab92de27a67e2eb0c8ed74f73f5664 (patch)
tree0e566ae38450ed1bbf4843d763e351cbfed65a0d /wizards
parentfb9c7e31f888a301fecb5257635e12ce7b907d14 (diff)
Access2Base - FIX Display dlgTrace dialog tooltip in user language
Labels were present for each language in L10N module but applied nowhere.
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/Trace.xba5
1 files changed, 3 insertions, 2 deletions
diff --git a/wizards/source/access2base/Trace.xba b/wizards/source/access2base/Trace.xba
index 8c5e3348b3be..a1d214bc4a94 100644
--- a/wizards/source/access2base/Trace.xba
+++ b/wizards/source/access2base/Trace.xba
@@ -36,8 +36,9 @@ Dim sLineBreak As String, oTraceDialog As Object
sLineBreak = vbNewLine
Set oTraceDialog = CreateUnoDialog(Utils._GetDialogLib().dlgTrace)
- oTraceDialog.Title = _GetLabel(&quot;DLGTRACE_TITLE&quot;) &apos; HelpText ???
-
+ oTraceDialog.Title = _GetLabel(&quot;DLGTRACE_TITLE&quot;)
+ oTraceDialog.Model.HelpText = _GetLabel(&quot;DLGTRACE_HELP&quot;)
+
Dim oEntries As Object, oTraceLog As Object, oClear As Object, oMinLevel As Object, oNbEntries As Object, oDump As Object
Dim oControl As Object
Dim i As Integer, sText As String, iOKCancel As Integer