i116516: [Automation]: g_spellcheck.bas does not get into Quaste
This commit is contained in:
parent
e08a0b440c
commit
70a5e0a2fd
1 changed files with 3 additions and 1 deletions
|
@ -42,13 +42,15 @@ sub main
|
|||
use "graphics\optional\includes\global\g_spellcheck.inc"
|
||||
|
||||
hSetLocaleStrings ( gTesttoolPath + "graphics\tools\locale_1.txt" , glLocale () )
|
||||
PrintLog "-------------------------" + gApplication + "-------------------"
|
||||
PrintLog "-------------------------" + gApplication + "-------------------"
|
||||
call tiToolsSpellcheckError
|
||||
call tiToolsSpellcheckCheck_AlwaysIgnore
|
||||
call tiToolsSpellcheckCheck_Change
|
||||
call tiToolsSpellcheckCheck_ChangeAll
|
||||
|
||||
gApplication = "DRAW"
|
||||
PrintLog "-------------------------" + gApplication + "-------------------"
|
||||
call tiToolsSpellcheckError
|
||||
call tiToolsSpellcheckCheck_AlwaysIgnore
|
||||
call tiToolsSpellcheckCheck_Change
|
||||
call tiToolsSpellcheckCheck_ChangeAll
|
||||
|
|
Loading…
Reference in a new issue