Changeset 2 for Main.pas


Ignore:
Timestamp:
Sep 20, 2008, 2:46:53 PM (16 years ago)
Author:
maron
Message:

Verze 3.2 oprava chyb vyhledávání, importování serverů

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Main.pas

    r1 r2  
    218218
    219219const
    220   ApplicationVersion = '3.1';
    221   ApplicationRevision = 4;
     220  ApplicationVersion = '3.2';
     221  ApplicationRevision = 5;
    222222  R = '\Software\maronsoft\Heroes of Fantasy client pack\';
    223223  UpdateInfoFile = 'http://wow.zdechov.net/client/aktualizace.txt';
     
    13491349  Form8.ListView1.Clear;
    13501350  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');
    13531352  Form9.Close;
    13541353
     
    13751374begin
    13761375  //http://wow.zdechov.net/db/index.php?id=questy&find=Hledat&q=test
    1377   OpenSearchURL('http://wow.zdechov.net/db/index.php?id=questy&find=Hledat&q=');
     1376  OpenSearchURL('http://wow.zdechov.net/databaze/?search=');
    13781377end;
    13791378
Note: See TracChangeset for help on using the changeset viewer.