зеркало из https://github.com/mozilla/pjs.git
Bustage fix - copy & paste sucks.
This commit is contained in:
Родитель
4e30d18c00
Коммит
fbc23077b7
|
@ -68,7 +68,11 @@ public:
|
|||
NS_DECL_NSIOBSERVER
|
||||
|
||||
private:
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
nsresult ShowNewAlertNotification(PRBool aUserInitiated);
|
||||
#else
|
||||
nsresult ShowAlertMessage(const PRUnichar * aAlertTitle, const PRUnichar * aAlertText, const char * aFolderURI);
|
||||
#endif
|
||||
nsresult GetFirstFolderWithNewMail(char ** aFolderURI);
|
||||
nsresult GetStringBundle(nsIStringBundle **aBundle);
|
||||
nsresult AlertFinished();
|
||||
|
|
Загрузка…
Ссылка в новой задаче