[Qt] Fix Start bitcoin on system login

Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 066d9a5
This commit is contained in:
Cozz Lovan 2014-05-29 05:21:58 +02:00 committed by langerhans
parent 525871bd66
commit b953b13b62
2 changed files with 2 additions and 1 deletions

View file

@ -121,6 +121,7 @@ GUI:
- Catch Windows shutdown events while client is running
- Optionally add third party links to transaction context menu
- Check for !pixmap() before trying to export QR code (avoids crashes when no QR code could be generated)
- Fix "Start bitcoin on system login"
Miscellaneous:

View file

@ -575,7 +575,7 @@ bool SetStartOnSystemStartup(bool fAutoStart)
return true;
}
#elif defined(LINUX)
#elif defined(Q_OS_LINUX)
// Follow the Desktop Application Autostart Spec:
// http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html