Merge pull request #4245

066d9a5 [Qt] Fix Start bitcoin on system login (Cozz Lovan)
This commit is contained in:
Wladimir J. van der Laan 2014-05-29 08:23:11 +02:00
commit 10e3af352f
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,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