Legend:
- Unmodified
- Added
- Removed
-
Main.~pas
r1 r2 218 218 219 219 const 220 ApplicationVersion = '3. 1';221 ApplicationRevision = 4;220 ApplicationVersion = '3.2'; 221 ApplicationRevision = 5; 222 222 R = '\Software\maronsoft\Heroes of Fantasy client pack\'; 223 223 UpdateInfoFile = 'http://wow.zdechov.net/client/aktualizace.txt'; … … 1111 1111 begin 1112 1112 // ShowWeb; 1113 ShellExecute(Handle, 'open', PChar(ExtractFileDir(Application.ExeName)+'\NÁPOVĚDA.HLP'), nil, nil, SW_SHOWNORMAL); 1113 if FileExists(ExtractFileDir(Application.ExeName)+'\NÁPOVĚDA.HLP') then begin 1114 ShellExecute(Handle, 'open', PChar(ExtractFileDir(Application.ExeName)+'\NÁPOVĚDA.HLP'), nil, nil, SW_SHOWNORMAL); 1115 end else begin 1116 ShowMessage('Nápověda nalezena!'); 1117 StatusBar1.SimpleText := 'Nápověda nalezena!'; 1118 end; 1114 1119 end; 1115 1120 … … 1370 1375 begin 1371 1376 //http://wow.zdechov.net/db/index.php?id=questy&find=Hledat&q=test 1372 OpenSearchURL('http://wow.zdechov.net/d b/index.php?id=questy&find=Hledat&q=');1377 OpenSearchURL('http://wow.zdechov.net/databaze/?search='); 1373 1378 end; 1374 1379
Note:
See TracChangeset
for help on using the changeset viewer.