mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug 296169: cannot localize svg.properties (should be in chrome/, not res/); r=bsmedberg,a=asa
This commit is contained in:
parent
816495bf4c
commit
55185f343f
@ -270,7 +270,6 @@ bin/res/builtin/platformHTMLBindings.xml
|
||||
|
||||
; svg
|
||||
bin/res/svg.css
|
||||
bin/res/svg.properties
|
||||
bin/components/dom_svg.xpt
|
||||
|
||||
; [Personal Security Manager]
|
||||
|
@ -4,6 +4,7 @@
|
||||
locale/@AB_CD@/global/css.properties (%chrome/layout/css.properties)
|
||||
locale/@AB_CD@/global/xbl.properties (%chrome/layout/xbl.properties)
|
||||
locale/@AB_CD@/global/xul.properties (%chrome/layout/xul.properties)
|
||||
locale/@AB_CD@/global/svg.properties (%chrome/layout/svg.properties)
|
||||
locale/@AB_CD@/global/printing.properties (%chrome/layout/printing.properties)
|
||||
locale/@AB_CD@/global/layout_errors.properties (%chrome/layout/layout_errors.properties)
|
||||
locale/@AB_CD@/global/netError.dtd (%chrome/netError.dtd)
|
||||
|
@ -107,11 +107,9 @@ LOCAL_INCLUDES = \
|
||||
|
||||
libs::
|
||||
$(INSTALL) $(srcdir)/svg.css $(DIST)/bin/res
|
||||
$(INSTALL) $(srcdir)/svg.properties $(DIST)/bin/res
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/svg.css $(DESTDIR)$(mozappdir)/res
|
||||
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/svg.properties $(DESTDIR)$(mozappdir)/res
|
||||
|
||||
|
||||
DEFINES += -D_IMPL_NS_LAYOUT
|
||||
|
@ -351,7 +351,7 @@ AlertMissingGDIPlus()
|
||||
return;
|
||||
|
||||
nsCOMPtr<nsIStringBundle> sb;
|
||||
sbs->CreateBundle("resource://gre/res/svg.properties", getter_AddRefs(sb));
|
||||
sbs->CreateBundle("chrome://global/locale/svg.properties", getter_AddRefs(sb));
|
||||
if (!sb)
|
||||
return;
|
||||
|
||||
|
@ -358,5 +358,4 @@ bin\res\table-remove-row.gif
|
||||
; svg
|
||||
bin\gksvggdiplus.dll
|
||||
bin\res\svg.css
|
||||
bin\res\svg.properties
|
||||
bin\components\dom_svg.xpt
|
||||
|
@ -367,7 +367,6 @@ bin/res/builtin/platformHTMLBindings.xml
|
||||
|
||||
; svg
|
||||
bin/res/svg.css
|
||||
bin/res/svg.properties
|
||||
bin/components/dom_svg.xpt
|
||||
|
||||
[mail]
|
||||
|
@ -273,7 +273,6 @@ bin\components\nsDownloadProgressListener.js
|
||||
; svg
|
||||
bin\gksvggdiplus.dll
|
||||
bin\res\svg.css
|
||||
bin\res\svg.properties
|
||||
bin\components\dom_svg.xpt
|
||||
|
||||
[mail]
|
||||
|
Loading…
x
Reference in New Issue
Block a user