Browse Source

Merge pull request #1610 from fanquake/master

Update a link to dev resources
0.8
Jeff Garzik 12 years ago
parent
commit
e3132693fa
  1. 2
      src/qt/guiutil.cpp

2
src/qt/guiutil.cpp

@ -412,7 +412,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) @@ -412,7 +412,7 @@ bool SetStartOnSystemStartup(bool fAutoStart)
#else
// 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 SetStartOnSystemStartup(bool fAutoStart) { return false; }

Loading…
Cancel
Save