Update a link
This commit is contained in:
parent
f00a0dcfed
commit
100f189c25
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ bool SetStartOnSystemStartup(bool fAutoStart)
|
||||||
#else
|
#else
|
||||||
|
|
||||||
// TODO: OSX startup stuff; see:
|
// TODO: OSX startup stuff; see:
|
||||||
// http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/CustomLogin.html
|
// https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPSystemStartup/Articles/CustomLogin.html
|
||||||
|
|
||||||
bool GetStartOnSystemStartup() { return false; }
|
bool GetStartOnSystemStartup() { return false; }
|
||||||
bool SetStartOnSystemStartup(bool fAutoStart) { return false; }
|
bool SetStartOnSystemStartup(bool fAutoStart) { return false; }
|
||||||
|
|
Loading…
Reference in a new issue