зеркало из https://github.com/mozilla/pjs.git
Родитель
4b9f9075bb
Коммит
4d66f44ef7
|
@ -222,8 +222,7 @@ thunderbird\components\uconv.xpt
|
|||
thunderbird\components\unicharutil.xpt
|
||||
thunderbird\components\ucnative.xpt
|
||||
|
||||
; dom
|
||||
thunderbird\components\jsdom.dll
|
||||
; dom
|
||||
thunderbird\components\dom.xpt
|
||||
thunderbird\components\dom_base.xpt
|
||||
thunderbird\components\dom_core.xpt
|
||||
|
|
|
@ -72,11 +72,13 @@ if(verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(chromeType, cf, localeName + "messenger-views/");
|
||||
registerChrome(chromeType, cf, localeName + "messenger-smime/");
|
||||
registerChrome(chromeType, cf, localeName + "messenger/");
|
||||
registerChrome(chromeType, cf, localeName + "editor/");
|
||||
registerChrome(chromeType, pf, localeName + "messenger-mapi/");
|
||||
|
||||
registerChrome(chromeType, cf, localeName + "communicator/");
|
||||
registerChrome(chromeType, pf, localeName + "communicator-platform/");
|
||||
registerChrome(chromeType, cf, localeName + "navigator/");
|
||||
registerChrome(chromeType, pf, localeName + "navigator-platform/");
|
||||
|
||||
err = performInstall();
|
||||
logComment("performInstall() returned: " + err);
|
||||
|
|
Загрузка…
Ссылка в новой задаче