diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-15 15:37:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-17 11:25:49 +0100 |
commit | 4484accf4d331a95ebf8475d6cd91950f4c27bcc (patch) | |
tree | 14ec6fd15801f032f4867994c87d5197e1dba75d /sw/qa | |
parent | 4dcf2e22fa301ebe0f535d8ad1601d6878c285f5 (diff) |
tdf#138976 change "Cancel" button to "Close" in Template Manager dialog
Change-Id: I3e8cbdb70f70002f1fe2b873e899f25a72463358
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107704
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/uitest/writer_dialogs/openDialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py b/sw/qa/uitest/writer_dialogs/openDialogs.py index 4dbacaa1215e..343c2aec8f60 100644 --- a/sw/qa/uitest/writer_dialogs/openDialogs.py +++ b/sw/qa/uitest/writer_dialogs/openDialogs.py @@ -11,7 +11,7 @@ from uitest.uihelper.testDialog import testDialog dialogs = [ {"command": ".uno:OpenRemote", "closeButton": "cancel"}, - {"command": ".uno:NewDoc", "closeButton": "cancel"}, + {"command": ".uno:NewDoc", "closeButton": "close"}, {"command": ".uno:SaveAsTemplate", "closeButton": "cancel"}, {"command": ".uno:ExportToPDF", "closeButton": "cancel", "skipTestOK": True}, # export needs filesystem |