diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-06 16:28:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-06 16:28:00 +0300 |
commit | dac1169ee49ac99e30e37bbd220eebbe353e8d92 (patch) | |
tree | d22fad4d70eea722e3b7abdcee00a076a05172a2 | |
parent | e36866039ac3e45f17595eca13b8b093b63db0c0 (diff) | |
download | plus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.tar.gz plus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.tar.bz2 plus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.tar.xz plus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.zip |
Fix typo in windows install script.
-rw-r--r-- | packaging/windows/setup.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index eace57bb1..7e9a45a62 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -92,7 +92,7 @@ RequestExecutionLevel admin !define MUI_FINISHPAGE_RUN_FUNCTION RunMana !define MUI_FINISHPAGE_SHOWREADME 'notepad.exe "$\"$INSTDIR\README$\""' !define MUI_PAGE_CUSTOMFUNCTION_PRE changeFinishImage -!define MUI_FINISHPAGE_LINK "Visit Mana website for the latest news, FAQs and support" +!define MUI_FINISHPAGE_LINK "Visit ManaPlus website for the latest news, FAQs and support" !define MUI_FINISHPAGE_LINK_LOCATION "http://manaplus.evolonline.org/" !insertmacro MUI_PAGE_FINISH |