[Qt] Fix Start bitcoin on system login

This commit is contained in:
Cozz Lovan 2014-05-29 05:21:58 +02:00
parent d2b82dd7d8
commit 066d9a53c7

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