Browse Source

remove references to bitcoin-wx from comment in init.cpp

0.8
Philip Kaufmann 13 years ago
parent
commit
00d971e1e7
  1. 4
      src/init.cpp

4
src/init.cpp

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

Loading…
Cancel
Save