remove references to bitcoin-wx from comment in init.cpp
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 30 Apr 2012 23:59:54 +0000 (01:59 +0200)
committerPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 30 Apr 2012 23:59:54 +0000 (01:59 +0200)
src/init.cpp

index 0671cd7..3fe6d1b 100644 (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)