mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
Merge pull request #1173 from Diapolo/init_cpp_comment_upd
remove references to bitcoin-wx from comment in init.cpp
This commit is contained in:
@ -584,8 +584,8 @@ bool AppInit2(int argc, char* argv[])
|
|||||||
CreateThread(ThreadRPCServer, NULL);
|
CreateThread(ThreadRPCServer, NULL);
|
||||||
|
|
||||||
#ifdef QT_GUI
|
#ifdef QT_GUI
|
||||||
if(GetStartOnSystemStartup())
|
if (GetStartOnSystemStartup())
|
||||||
SetStartOnSystemStartup(true); // Remove startup links to bitcoin-wx
|
SetStartOnSystemStartup(true); // Remove startup links
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(QT_GUI)
|
#if !defined(QT_GUI)
|
||||||
|
Reference in New Issue
Block a user