diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-01 01:59:54 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-01 01:59:54 +0200 |
commit | 00d971e1e7c73452277829de86fbd7e37f99808c (patch) | |
tree | 53d91d857456969a326fccefbdc22d1dff79e175 /src | |
parent | be8651dde7b59e50e8c443da71c706667803d06d (diff) |
remove references to bitcoin-wx from comment in init.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 0671cd7799..3fe6d1b091 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) |