diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index adaa9371b..fe0a2e261 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -387,12 +387,12 @@ bool ToolTipToRichTextFilter::eventFilter(QObject *obj, QEvent *evt) #ifdef WIN32 boost::filesystem::path static StartupShortcutPath() { - return GetSpecialFolderPath(CSIDL_STARTUP) / "Bitcoin.lnk"; + return GetSpecialFolderPath(CSIDL_STARTUP) / "Dogecoin.lnk"; } bool GetStartOnSystemStartup() { - // check for Bitcoin.lnk + // check for Dogecoin.lnk return boost::filesystem::exists(StartupShortcutPath()); } @@ -469,7 +469,7 @@ boost::filesystem::path static GetAutostartDir() boost::filesystem::path static GetAutostartFilePath() { - return GetAutostartDir() / "bitcoin.desktop"; + return GetAutostartDir() / "dogecoin.desktop"; } bool GetStartOnSystemStartup()