From 00d971e1e7c73452277829de86fbd7e37f99808c Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 1 May 2012 01:59:54 +0200 Subject: [PATCH] remove references to bitcoin-wx from comment in init.cpp --- src/init.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.1