Bug 107387 - rename security.properties to caps.properties. r=nhotta, rs=jst.

This commit is contained in:
mstoltz%netscape.com 2001-12-12 04:43:35 +00:00
parent 36aff8237d
commit cb9ae92896
5 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
security.properties
caps.properties

View File

@ -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

View File

@ -1,2 +1,2 @@
en-US.jar:
locale/en-US/communicator/security/security.properties
locale/en-US/communicator/security/caps.properties

View File

@ -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)