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'; … … 1349 1349 Form8.ListView1.Clear; 1350 1350 Form8.WriteServers('http://servery.wowresource.eu/index.php'); 1351 if EndLoadingBool = False then 1352 Form8.WriteServers('http://servery.wowresource.eu/index.php?p=2'); 1351 // if EndLoadingBool = False then Form8.WriteServers('http://servery.wowresource.eu/index.php?p=2'); 1353 1352 Form9.Close; 1354 1353 … … 1375 1374 begin 1376 1375 //http://wow.zdechov.net/db/index.php?id=questy&find=Hledat&q=test 1377 OpenSearchURL('http://wow.zdechov.net/d b/index.php?id=questy&find=Hledat&q=');1376 OpenSearchURL('http://wow.zdechov.net/databaze/?search='); 1378 1377 end; 1379 1378
Note:
See TracChangeset
for help on using the changeset viewer.