Browse Source

Merge pull request #1173 from Diapolo/init_cpp_comment_upd

remove references to bitcoin-wx from comment in init.cpp
0.8
Jeff Garzik 13 years ago
parent
commit
bd51e8ef8a
  1. 4
      src/init.cpp

4
src/init.cpp

@ -584,8 +584,8 @@ bool AppInit2(int argc, char* argv[]) @@ -584,8 +584,8 @@ bool AppInit2(int argc, char* argv[])
CreateThread(ThreadRPCServer, NULL);
#ifdef QT_GUI
if(GetStartOnSystemStartup())
SetStartOnSystemStartup(true); // Remove startup links to bitcoin-wx
if (GetStartOnSystemStartup())
SetStartOnSystemStartup(true); // Remove startup links
#endif
#if !defined(QT_GUI)

Loading…
Cancel
Save