Bug 399340: xpidlgen warning: case mismatch; p=Bruno 'Aqualon' Escherl<aqualon@aquachan.de>, r=me, sr=neil

This commit is contained in:
mnyromyr%tprac.de 2007-10-10 20:15:30 +00:00
Родитель e074051c71
Коммит 8682cd377f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -67,7 +67,7 @@ interface nsIMsgNewsFolder : nsISupports {
void forgetGroupUsername();
void forgetGroupPassword();
void moveFolder(in nsIMsgFolder aNewsgroupToMove, in nsIMsgFolder aRefNewsgroup, in PRint32 aOrientation);
void moveFolder(in nsIMsgFolder aNewsgroupToMove, in nsIMsgFolder aRefNewsgroup, in PRInt32 aOrientation);
nsIMsgFolder addNewsgroup(in AUTF8String newsgroupName, in ACString setStr);