Removed call to EnableFileDrop

This commit is contained in:
rods%netscape.com 1999-08-26 14:56:35 +00:00
Родитель 6c3d09ea42
Коммит 5fbfb26e7d
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1368,7 +1368,6 @@ nsBrowserWindow::CreateToolBar(PRInt32 aWidth)
widget->SetBackgroundColor(NS_RGB(255, 255, 255));
PRUint32 size;
mLocation->SetText("",size);
widget->EnableFileDrop(PR_TRUE);
NS_RELEASE(widget);
}