Renaming file from .txt to .ics

This commit is contained in:
mikep%oeone.com 2002-02-13 18:55:15 +00:00
Родитель a89d3b4448
Коммит ffc09f310d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ function CalendarEventDataSource( observer, UserPath, syncPath )
this.UserPath = rv;
this.gICalLib.setServer( this.UserPath+"/CalendarDataFile.txt" );
this.gICalLib.setServer( this.UserPath+"/CalendarDataFile.ics" );
this.gICalLib.addObserver( observer );