Merge branch 'mac-msg' of https://github.com/j2gl/synergy into j2gl-mac-msg

This commit is contained in:
XinyuHou 2016-12-07 16:39:40 +00:00
commit c764e26144
1 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,8 @@ bool checkMacAssistiveDevices()
QMessageBox::information( QMessageBox::information(
NULL, "Synergy", NULL, "Synergy",
"Please enable access to assistive devices " "Please enable access to assistive devices "
"(System Preferences), then re-open Synergy."); "System Preferences -> Security & Privacy -> "
"Privacy -> Accessibility, then re-open Synergy.");
} }
return result; return result;