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

This commit is contained in:
Philip Kaufmann 2012-05-01 01:59:54 +02:00
parent be8651dde7
commit 00d971e1e7
1 changed files with 2 additions and 2 deletions

View File

@ -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)