From 1c8dbb18e1ff9f3c49f0112a9f687c044fbd31d2 Mon Sep 17 00:00:00 2001 From: LibreOļ¬ƒciant Date: Tue, 26 Feb 2019 14:12:58 +0100 Subject: Relate Python & Basic examples together Change-Id: Ib6abffdfb2f83688eb84f94553f44b3f10dc33c2 Reviewed-on: https://gerrit.libreoffice.org/68388 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/python_dialogs.xhp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/text/sbasic/python') diff --git a/source/text/sbasic/python/python_dialogs.xhp b/source/text/sbasic/python/python_dialogs.xhp index 7bcb34ebd2..e11055b29c 100644 --- a/source/text/sbasic/python/python_dialogs.xhp +++ b/source/text/sbasic/python/python_dialogs.xhp @@ -66,11 +66,12 @@ g_exportedScripts = (docDialog,)
- - Refer to msgbox.py in <$installation>/program/ directory for an example of Python dynamic dialogs. - + + + Refer to msgbox.py in {installation}/program/ directory for Python dynamic dialog examples. +
-- cgit