Make holding the option key at launch time open the profile manager on mac.
b=194149; r=sgehani; sr=jaggernaut; a=asa; author=sfraser git-svn-id: svn://10.0.0.236/trunk@138059 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8caab640a4
commit
be4214bb8f
@ -181,6 +181,9 @@ nsresult nsMacCommandLine::Initialize(int& argc, char**& argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (GetCurrentKeyModifiers() & optionKey)
|
||||
AddToCommandLine("-p");
|
||||
|
||||
// we've started up now
|
||||
mStartedUp = PR_TRUE;
|
||||
|
||||
|
||||
@ -181,6 +181,9 @@ nsresult nsMacCommandLine::Initialize(int& argc, char**& argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (GetCurrentKeyModifiers() & optionKey)
|
||||
AddToCommandLine("-p");
|
||||
|
||||
// we've started up now
|
||||
mStartedUp = PR_TRUE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user