Browse Source

Merge pull request #4245

066d9a5 [Qt] Fix Start bitcoin on system login (Cozz Lovan)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
10e3af352f
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/guiutil.cpp

2
src/qt/guiutil.cpp

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

Loading…
Cancel
Save