Changeset 13 for trunk/Options.pas
- Timestamp:
- Nov 27, 2009, 8:36:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Options.pas
r6 r13 463 463 ShowBalloonHint := True; 464 464 ShowDetails := False; 465 RSSAddress := 'http://wow.zdechov.net/rss.php';465 RSSAddress := DefaultRSSChannel; 466 466 Form1.CoolTrayIcon1.MinimizeToTray := True; 467 467 //Form1.SkinData1.Active := False; … … 471 471 Form1.Timer1.Enabled := True; 472 472 Form1.Aktuality1.Checked := True; 473 Form1.Timer1.Interval := 10 *60000;473 Form1.Timer1.Interval := 10 * 60000; 474 474 PlaySoundNews := False; 475 475 SoundFileNews := ''; … … 477 477 //online hráči 478 478 Form1.Timer2.Enabled := True; 479 Form1.Timer2.Interval := 10 *60000;479 Form1.Timer2.Interval := 10 * 60000; 480 480 LockOnlineAddres := True; 481 LockAddres := 'http://wow.zdechov.net/stat/stat.xml';481 LockAddres := HoFOnlineListURL; 482 482 if LockOnlineAddres then 483 483 Form5.Button2.Enabled := false
Note:
See TracChangeset
for help on using the changeset viewer.