Renaming "Plugins" -> "Plug-ins"

b=53976
r=ssu
a=sfraser
This commit is contained in:
sgehani%netscape.com 2000-09-28 22:52:51 +00:00
Родитель 7eaa9c256f
Коммит cb37a54b7a
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -72,7 +72,7 @@ static NS_DEFINE_CID(kChromeRegistryCID, NS_CHROMEREGISTRY_CID);
#define DEFAULTS_PROFILE_DIR_NAME "Profile" #define DEFAULTS_PROFILE_DIR_NAME "Profile"
#define RES_DIR_NAME "Res" #define RES_DIR_NAME "Res"
#define CHROME_DIR_NAME "Chrome" #define CHROME_DIR_NAME "Chrome"
#define PLUGINS_DIR_NAME "Plugins" #define PLUGINS_DIR_NAME "Plug-ins"
#define SEARCH_DIR_NAME "Search Plugins" #define SEARCH_DIR_NAME "Search Plugins"
#else #else
#define DEFAULTS_DIR_NAME "defaults" #define DEFAULTS_DIR_NAME "defaults"

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

@ -72,7 +72,7 @@ static NS_DEFINE_CID(kChromeRegistryCID, NS_CHROMEREGISTRY_CID);
#define DEFAULTS_PROFILE_DIR_NAME "Profile" #define DEFAULTS_PROFILE_DIR_NAME "Profile"
#define RES_DIR_NAME "Res" #define RES_DIR_NAME "Res"
#define CHROME_DIR_NAME "Chrome" #define CHROME_DIR_NAME "Chrome"
#define PLUGINS_DIR_NAME "Plugins" #define PLUGINS_DIR_NAME "Plug-ins"
#define SEARCH_DIR_NAME "Search Plugins" #define SEARCH_DIR_NAME "Search Plugins"
#else #else
#define DEFAULTS_DIR_NAME "defaults" #define DEFAULTS_DIR_NAME "defaults"

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

@ -501,7 +501,7 @@ void nsSpecialFileSpec::operator = (Type aType)
{ {
*this = nsSpecialSystemDirectory(nsSpecialSystemDirectory::OS_CurrentProcessDirectory); *this = nsSpecialSystemDirectory(nsSpecialSystemDirectory::OS_CurrentProcessDirectory);
#ifdef XP_MAC #ifdef XP_MAC
*this += "Plugins"; *this += "Plug-ins";
#else #else
*this += "plugins"; *this += "plugins";
#endif #endif