diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-05-29 05:21:58 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-05-29 05:23:37 +0200 |
commit | 066d9a53c79db63b019e38be7995440f9fcfe7ff (patch) | |
tree | 1efaf6a4658670673f7149b3f0d038a92c18b5d8 | |
parent | d2b82dd7d8cdc87555d1983e47fe10a7b92f2d87 (diff) |
[Qt] Fix Start bitcoin on system login
-rw-r--r-- | src/qt/guiutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 49c0867450..183fcac4a0 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -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 |