зеркало из https://github.com/mozilla/pjs.git
Changed to correct location of .xul file to chrome directory from the res directory. Fixes bug #10241 r=dveditz
This commit is contained in:
Родитель
9f1f0347d6
Коммит
a23e253818
|
@ -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) )
|
||||
|
|
Загрузка…
Ссылка в новой задаче