Renaming nsMode to nsFileDlgMode for mcafee

This commit is contained in:
sdagley%netscape.com 1999-04-27 03:11:21 +00:00
Родитель 7e925d0967
Коммит ffb700e7c8
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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;