From: Philip Kaufmann Date: Mon, 30 Apr 2012 23:59:54 +0000 (+0200) Subject: remove references to bitcoin-wx from comment in init.cpp X-Git-Tag: v0.4.0-unstable~129^2~33^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=00d971e1e7c73452277829de86fbd7e37f99808c remove references to bitcoin-wx from comment in init.cpp --- diff --git a/src/init.cpp b/src/init.cpp index 0671cd7..3fe6d1b 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)