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:
Jeff Garzik 2012-05-01 08:29:10 -07:00
commit bd51e8ef8a
1 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ bool AppInit2(int argc, char* argv[])
#ifdef QT_GUI
if (GetStartOnSystemStartup())
SetStartOnSystemStartup(true); // Remove startup links to bitcoin-wx
SetStartOnSystemStartup(true); // Remove startup links
#endif
#if !defined(QT_GUI)