aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-05-01 08:29:10 -0700
committerJeff Garzik <[email protected]>2012-05-01 08:29:10 -0700
commitbd51e8ef8a388bfd1a7c774fac8e68eefe12da32 (patch)
tree53d91d857456969a326fccefbdc22d1dff79e175 /src
parentCheck earlier for blocks with duplicate transactions. Fixes #1167 (diff)
parentremove references to bitcoin-wx from comment in init.cpp (diff)
downloaddiscoin-bd51e8ef8a388bfd1a7c774fac8e68eefe12da32.tar.xz
discoin-bd51e8ef8a388bfd1a7c774fac8e68eefe12da32.zip
Merge pull request #1173 from Diapolo/init_cpp_comment_upd
remove references to bitcoin-wx from comment in init.cpp
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 0671cd779..3fe6d1b09 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)