fixed Inno Setup check for OpenLP (bug 870715)

bzr-revno: 1772
Fixes: https://launchpad.net/bugs/870715
This commit is contained in:
Stevan Pettit 2011-10-10 17:30:32 +02:00 committed by Andreas Preikschat
commit f352b88363
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Root: HKCR; Subkey: "OpenLP\DefaultIcon"; ValueType: string; ValueName: ""; Valu
Root: HKCR; Subkey: "OpenLP\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\OpenLP.exe"" ""%1"""
[Code]
function IsModuleLoaded(modulename: String ): Boolean;
function IsModuleLoaded(modulename: AnsiString ): Boolean;
external 'IsModuleLoaded@files:psvince.dll stdcall';
function GetUninstallString(): String;