Bug 122540; add new component to reset prefs from command line (last bit for mac build); r=dveditz, sr=hewitt, a=asa

This commit is contained in:
law%netscape.com 2002-03-04 10:24:18 +00:00
Родитель 842fd3bcd0
Коммит 6ad5f8c54f
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -288,6 +288,9 @@ sub InstallComponentFiles()
# intl
InstallResources(":mozilla:embedding:components:intl:MANIFEST", "$components_dir");
# resetPref
InstallResources(":mozilla:xpfe:components:resetPref:MANIFEST", "$components_dir");
print("--- Done Text Components copying ----\n");
}