Skip to content

Commit

Permalink
Merge pull request #396 from jondo/jondo-patch-2
Browse files Browse the repository at this point in the history
Fix the name of the autostart entry (to develop)
  • Loading branch information
peerchemist committed Sep 21, 2018
2 parents 21f01b9 + 2b8ac71 commit 6ae6dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/guiutil.cpp
Expand Up @@ -421,7 +421,7 @@ bool SetStartOnSystemStartup(bool fAutoStart)
// Write a bitcoin.desktop file to the autostart directory:
optionFile << "[Desktop Entry]\n";
optionFile << "Type=Application\n";
optionFile << "Name=Bitcoin\n";
optionFile << "Name=Peercoin\n";
optionFile << "Exec=" << pszExePath << " -min\n";
optionFile << "Terminal=false\n";
optionFile << "Hidden=false\n";
Expand Down

0 comments on commit 6ae6dbd

Please sign in to comment.