summaryrefslogtreecommitdiff
path: root/testautomation/framework/tools/includes/window_tools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/tools/includes/window_tools.inc')
-rwxr-xr-xtestautomation/framework/tools/includes/window_tools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/framework/tools/includes/window_tools.inc b/testautomation/framework/tools/includes/window_tools.inc
index cd5e113c450e..b9e441de250f 100755
--- a/testautomation/framework/tools/includes/window_tools.inc
+++ b/testautomation/framework/tools/includes/window_tools.inc
@@ -75,7 +75,7 @@ function hMaximizeDocument() as boolean
case "MATH" : Kontext "DocumentMath"
DocumentMath.maximize()
brc = DocumentMath.isMaximized()
- case "MASTERDOC" : Kontext "DocumentWriter"
+ case "MASTERDOCUMENT" : Kontext "DocumentWriter"
DocumentWriter.maximize()
brc = DocumentWriter.isMaximized()
case "HTML" : Kontext "DocumentWriter"