mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
[prefwindow] fix "choose file" for homepage selection in navigator panel
This commit is contained in:
parent
be3945ad99
commit
421ad865d8
@ -23,3 +23,5 @@ preftree.dtd
|
||||
pref.dtd
|
||||
pref-wallet.dtd
|
||||
pref-mousewheel.dtd
|
||||
prefutilities.properties
|
||||
|
||||
|
@ -50,6 +50,7 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/pref-smartupdate.dtd \
|
||||
$(srcdir)/pref-mousewheel.dtd \
|
||||
$(srcdir)/pref-wallet.dtd \
|
||||
$(srcdir)/prefutilities.properties \
|
||||
$(srcdir)/preftree.dtd \
|
||||
$(srcdir)/pref.dtd \
|
||||
$(NULL)
|
||||
|
@ -45,6 +45,7 @@ install::
|
||||
$(MAKE_INSTALL) pref-smart_browsing.dtd $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) pref-smartupdate.dtd $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) PrefsWindow.dtd $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) prefutilities.properties $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) preftree.dtd $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) pref.dtd $(DIST)\bin\chrome\pref\locale\en-US
|
||||
$(MAKE_INSTALL) pref-wallet.dtd $(DIST)\bin\chrome\pref\locale\en-US
|
||||
|
@ -0,0 +1,4 @@
|
||||
cachefolder=Choose Cache Folder
|
||||
choosehomepage=Choose Start Page
|
||||
viewrow=View...
|
||||
hiderow=Hide
|
Loading…
Reference in New Issue
Block a user