Inadvertantly overwrote GRE changes in winEmbedFileLocProvider.cpp. Putting back GRE indicators.
a=asa for QA checkins that are not part of the default builds git-svn-id: svn://10.0.0.236/trunk@130159 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -157,11 +157,11 @@ winEmbedFileLocProvider::GetFile(const char *prop, PRBool *persistant, nsIFile *
|
||||
// Please see http://www.mozilla.org/projects/embedding/MRE.html
|
||||
// for more info. on GRE
|
||||
//---------------------------------------------------------------
|
||||
else if (nsCRT::strcmp(prop, NS_MRE_DIR) == 0)
|
||||
else if (nsCRT::strcmp(prop, NS_GRE_DIR) == 0)
|
||||
{
|
||||
rv = GetGreDirectory(getter_AddRefs(localFile));
|
||||
}
|
||||
else if (nsCRT::strcmp(prop, NS_MRE_COMPONENT_DIR) == 0)
|
||||
else if (nsCRT::strcmp(prop, NS_GRE_COMPONENT_DIR) == 0)
|
||||
{
|
||||
rv = GetGreDirectory(getter_AddRefs(localFile));
|
||||
if (NS_SUCCEEDED(rv))
|
||||
|
||||
Reference in New Issue
Block a user