This commit is contained in:
cbiesinger%web.de 2004-04-16 00:08:31 +00:00
Родитель 4fc71addea
Коммит 5fae275817
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -238,8 +238,8 @@ CHBrowserService::Show(nsIHelperAppLauncher* inLauncher, nsISupports* inContext,
{
NS_GetSpecialDirectory(NS_MAC_DEFAULT_DOWNLOAD_DIR, getter_AddRefs(downloadFile));
nsXPIDLString leafName;
inLauncher->GetSuggestedFileName(getter_Copies(leafName));
nsCAutoString leafName;
inLauncher->GetSuggestedFileName(leafName);
if (leafName.IsEmpty())
{
nsCOMPtr<nsIURI> sourceURI;