Changeset 13 for trunk/Options.pas


Ignore:
Timestamp:
Nov 27, 2009, 8:36:34 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Všechny odkazy na starý web wow.zdechov.net opraveny na aktuální www.heroesoffantasy.cz.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Options.pas

    r6 r13  
    463463  ShowBalloonHint := True;
    464464  ShowDetails := False;
    465   RSSAddress := 'http://wow.zdechov.net/rss.php';
     465  RSSAddress := DefaultRSSChannel;
    466466  Form1.CoolTrayIcon1.MinimizeToTray := True;
    467467  //Form1.SkinData1.Active := False;
     
    471471  Form1.Timer1.Enabled := True;
    472472  Form1.Aktuality1.Checked := True;
    473   Form1.Timer1.Interval := 10*60000;
     473  Form1.Timer1.Interval := 10 * 60000;
    474474  PlaySoundNews := False;
    475475  SoundFileNews := '';
     
    477477  //online hráči
    478478  Form1.Timer2.Enabled := True;
    479   Form1.Timer2.Interval := 10*60000;
     479  Form1.Timer2.Interval := 10 * 60000;
    480480  LockOnlineAddres := True;
    481   LockAddres := 'http://wow.zdechov.net/stat/stat.xml';
     481  LockAddres := HoFOnlineListURL;
    482482  if LockOnlineAddres then
    483483    Form5.Button2.Enabled := false
Note: See TracChangeset for help on using the changeset viewer.