зеркало из https://github.com/mozilla/pjs.git
Renaming nsMode to nsFileDlgMode for mcafee
This commit is contained in:
Родитель
7e925d0967
Коммит
ffb700e7c8
|
@ -58,7 +58,7 @@ NS_IMETHODIMP nsFileWidget::Create(nsIWidget *aParent,
|
|||
//-------------------------------------------------------------------------
|
||||
NS_IMETHODIMP nsFileWidget:: Create(nsIWidget *aParent,
|
||||
nsString& aTitle,
|
||||
nsMode aMode,
|
||||
nsFileDlgMode aMode,
|
||||
nsIDeviceContext *aContext,
|
||||
nsIAppShell *aAppShell,
|
||||
nsIToolkit *aToolkit,
|
||||
|
|
|
@ -61,7 +61,7 @@ class nsFileWidget : public nsWindow, public nsIFileWidget
|
|||
// nsIFileWidget interface
|
||||
NS_IMETHOD Create(nsIWidget *aParent,
|
||||
nsString& aTitle,
|
||||
nsMode aMode,
|
||||
nsFileDlgMode aMode,
|
||||
nsIDeviceContext *aContext = nsnull,
|
||||
nsIAppShell *aAppShell = nsnull,
|
||||
nsIToolkit *aToolkit = nsnull,
|
||||
|
@ -107,7 +107,7 @@ class nsFileWidget : public nsWindow, public nsIFileWidget
|
|||
PRBool mIOwnEventLoop;
|
||||
PRBool mWasCancelled;
|
||||
nsString mTitle;
|
||||
nsMode mMode;
|
||||
nsFileDlgMode mMode;
|
||||
nsString mFile;
|
||||
PRUint32 mNumberOfFilters;
|
||||
const nsString* mTitles;
|
||||
|
|
Загрузка…
Ссылка в новой задаче