зеркало из https://github.com/mozilla/pjs.git
Fixing Camino and Cocoa embedding bustage. Checking in for ben.
This commit is contained in:
Родитель
10de69d52b
Коммит
b915cb7a1e
|
@ -270,7 +270,7 @@ CHBrowserService::Show(nsIHelperAppLauncher* inLauncher, nsISupports* inContext,
|
|||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
CHBrowserService::PromptForSaveToFile(nsISupports *aWindowContext, const PRUnichar *aDefaultFile, const PRUnichar *aSuggestedFileExtension, nsILocalFile **_retval)
|
||||
CHBrowserService::PromptForSaveToFile(nsIHelperAppLauncher* aLauncher, nsISupports *aWindowContext, const PRUnichar *aDefaultFile, const PRUnichar *aSuggestedFileExtension, nsILocalFile **_retval)
|
||||
{
|
||||
NSString* filename = [NSString stringWithPRUnichars:aDefaultFile];
|
||||
NSSavePanel *thePanel = [NSSavePanel savePanel];
|
||||
|
|
Загрузка…
Ссылка в новой задаче