adding note about .name property only working after the calendar is registered

This commit is contained in:
pavlov%pavlov.net 2005-05-24 22:16:49 +00:00
Родитель 4da35171ee
Коммит 8c9d493652
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -58,6 +58,7 @@ interface calICalendar : nsISupports
{ {
/** /**
* Name of the calendar * Name of the calendar
* Notes: Can only be set after the calendar is registered with the calendar manager.
*/ */
attribute AUTF8String name; attribute AUTF8String name;