Skip to content

Commit

Permalink
Open help to quality gates
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Nov 9, 2023
1 parent d6baa4c commit d07ffc5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions WinCCOA_QualityChecks/scripts/libs/gedi/qualityCheck_ext.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ void tool_QualityGates_OpenResult()

void open_Docu()
{
if (getLocale(getActiveLang()) == "de_AT.iso88591" || getLocale(getActiveLang()) == "de_AT.utf8")
openUrl("https://www.winccoa.com/documentation/WinCCOA/3.18/en_US/index.html");
else
openUrl("https://www.winccoa.com/documentation/WinCCOA/3.18/en_US/index.html");
openUrl("https://github.com/siemens/CtrlppCheck/blob/main/docs/user.md");
}

void tool_QualityGates_BuildDocu()
Expand Down

0 comments on commit d07ffc5

Please sign in to comment.