зеркало из https://github.com/mozilla/pjs.git
Merging pr3 branch to trunk:
Renaming "Plugins" -> "Plug-ins" b=53976 r=ssu a=sfraser
This commit is contained in:
Родитель
b4a81283d3
Коммит
1402d1a2c7
|
@ -72,7 +72,7 @@ static NS_DEFINE_CID(kChromeRegistryCID, NS_CHROMEREGISTRY_CID);
|
|||
#define DEFAULTS_PROFILE_DIR_NAME "Profile"
|
||||
#define RES_DIR_NAME "Res"
|
||||
#define CHROME_DIR_NAME "Chrome"
|
||||
#define PLUGINS_DIR_NAME "Plugins"
|
||||
#define PLUGINS_DIR_NAME "Plug-ins"
|
||||
#define SEARCH_DIR_NAME "Search Plugins"
|
||||
#else
|
||||
#define DEFAULTS_DIR_NAME "defaults"
|
||||
|
|
|
@ -72,7 +72,7 @@ static NS_DEFINE_CID(kChromeRegistryCID, NS_CHROMEREGISTRY_CID);
|
|||
#define DEFAULTS_PROFILE_DIR_NAME "Profile"
|
||||
#define RES_DIR_NAME "Res"
|
||||
#define CHROME_DIR_NAME "Chrome"
|
||||
#define PLUGINS_DIR_NAME "Plugins"
|
||||
#define PLUGINS_DIR_NAME "Plug-ins"
|
||||
#define SEARCH_DIR_NAME "Search Plugins"
|
||||
#else
|
||||
#define DEFAULTS_DIR_NAME "defaults"
|
||||
|
|
|
@ -501,7 +501,7 @@ void nsSpecialFileSpec::operator = (Type aType)
|
|||
{
|
||||
*this = nsSpecialSystemDirectory(nsSpecialSystemDirectory::OS_CurrentProcessDirectory);
|
||||
#ifdef XP_MAC
|
||||
*this += "Plugins";
|
||||
*this += "Plug-ins";
|
||||
#else
|
||||
*this += "plugins";
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче