Set user wiki URL as application/support URL.

The installer was setting Sf.net project page as an URL which might be confusing for the users. Better use the wiki page.
This commit is contained in:
Kimmo Varis 2009-03-09 19:03:19 +02:00
parent eb7cb81e53
commit 8db0d2fc37
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#define MyAppName "cppcheck"
#define AppVersion "1.30"
#define MyAppURL "http://sourceforge.net/projects/cppcheck/"
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
#define MyAppExeName "cppcheck.exe"
[Setup]