mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Bug 107387 - rename security.properties to caps.properties. r=nhotta, rs=jst.
This commit is contained in:
parent
36aff8237d
commit
cb9ae92896
@ -1 +1 @@
|
||||
security.properties
|
||||
caps.properties
|
||||
|
@ -71,7 +71,7 @@ CHROME_DIR = locales/en-US
|
||||
CHROME_L10N_DIR = communicator/locale/security
|
||||
|
||||
CHROME_L10N = \
|
||||
security.properties \
|
||||
caps.properties \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -1,2 +1,2 @@
|
||||
en-US.jar:
|
||||
locale/en-US/communicator/security/security.properties
|
||||
locale/en-US/communicator/security/caps.properties
|
||||
|
@ -1584,7 +1584,7 @@ nsScriptSecurityManager::IsCapabilityEnabled(const char *capability,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#define PROPERTIES_URL "chrome://communicator/locale/security/security.properties"
|
||||
#define PROPERTIES_URL "chrome://communicator/locale/security/caps.properties"
|
||||
|
||||
nsresult
|
||||
Localize(const char *genericString, nsString &result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user