fix bug 56863. add plugins.properties to the list. r=blizzard sr=jst

This commit is contained in:
ftang%netscape.com 2001-08-31 22:44:17 +00:00
Родитель 5d5232ba94
Коммит 194d3dbc5e
3 изменённых файлов: 3 добавлений и 0 удалений

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

@ -15,3 +15,4 @@ accept2locale.properties
languageNames.properties
regionNames.properties
commonDialogs.properties
plugins.properties

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

@ -49,6 +49,7 @@ CHROME_L10N = \
languageNames.properties \
regionNames.properties \
commonDialogs.properties \
plugins.properties \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -44,6 +44,7 @@ CHROME_L10N = \
.\languageNames.properties \
.\regionNames.properties \
.\commonDialogs.properties \
.\plugins.properties \
$(NULL)
include <$(DEPTH)\config\rules.mak>