Fix minor typo (IDL doesn't mind, but it does emit a warning)

This commit is contained in:
jag%tty.nl 2004-10-27 00:09:09 +00:00
Родитель 15f268a973
Коммит 79f808676a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -66,7 +66,7 @@ interface nsMsgViewType {
const nsMsgViewTypeValue eShowThreadsWithUnread = 2;
const nsMsgViewTypeValue eShowWatchedThreadsWithUnread = 3;
const nsMsgViewTypeValue eShowQuickSearchResults = 4;
const nsMsgViewtypeValue eShowVirtualFolderResults = 5;
const nsMsgViewTypeValue eShowVirtualFolderResults = 5;
};
[scriptable, uuid(64852276-1dd2-11b2-8103-afe12002c053)]