Changed to correct location of .xul file to chrome directory from the res directory. Fixes bug #10241 r=dveditz

This commit is contained in:
dbragg%netscape.com 1999-12-01 00:47:10 +00:00
Родитель 55140f57da
Коммит e5a024d0d3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -216,7 +216,7 @@ nsInstallProgressDialog::Open()
{
// Open "progress" dialog.
nsIURI *url;
char * urlStr = "resource:/res/xpinstall/progress.xul";
char * urlStr = "chrome://xpinstall/content/progress.xul";
rv = NS_NewURI( &url, urlStr );
if ( NS_SUCCEEDED(rv) )