mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
remove references to bitcoin-wx from comment in init.cpp
This commit is contained in:
parent
be8651dde7
commit
00d971e1e7
1 changed files with 2 additions and 2 deletions
|
@ -585,7 +585,7 @@ bool AppInit2(int argc, char* argv[])
|
||||||
|
|
||||||
#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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue