helpauthoring/HelpAuthoring/_Main.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d1b3160a5ca08bfbfeaa5a1d3ac4d4aa4f50e5f3 Author: Yousuf Philips <[email protected]> Date: Sun Sep 13 23:23:51 2015 +0400 Fix dialog return value in new file wizard Change-Id: Iefdf212ddb7a2e620fe7b6e8e715bb32abf1acaf Reviewed-on: https://gerrit.libreoffice.org/18539 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/helpauthoring/HelpAuthoring/_Main.xba b/helpauthoring/HelpAuthoring/_Main.xba index be5f59c..61abba5 100644 --- a/helpauthoring/HelpAuthoring/_Main.xba +++ b/helpauthoring/HelpAuthoring/_Main.xba @@ -75,7 +75,7 @@ Sub SetMetaDataOnSave(Path as String) If document.DocumentProperties.Title = "" Then Ret = msgbox( "Automatically generate a basic help file?", 1+32, "Basic Help File" ) - If Ret = 0 Then + If Ret = 2 Then Exit Sub End if _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
