diff --git a/src/init.cpp b/src/init.cpp index 0671cd779..3fe6d1b09 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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)