.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@11508 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-12-02 12:49:09 +00:00
parent 910607c10a
commit 7af925116e
4 changed files with 16 additions and 2 deletions

View file

@ -8,6 +8,6 @@ using namespace Upp;
GUI_APP_MAIN
{
HelpWindow help;
help.GoTo("topic://Topic/app/main$en-us");
help.GoTo("topic://Topic/app/main_en-us");
help.Execute();
}