Updated daemon names
This commit is contained in:
parent
318980c26c
commit
5602ad4979
|
@ -52,7 +52,7 @@
|
|||
|
||||
// platform dependent name of a daemon
|
||||
#if SYSAPI_WIN32
|
||||
#define DAEMON_NAME "Synergy Client"
|
||||
#define DAEMON_NAME "Synergy+ Client"
|
||||
#elif SYSAPI_UNIX
|
||||
#define DAEMON_NAME "synergyc"
|
||||
#endif
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
// platform dependent name of a daemon
|
||||
#if SYSAPI_WIN32
|
||||
#define DAEMON_NAME "Synergy Server"
|
||||
#define DAEMON_NAME "Synergy+ Server"
|
||||
#elif SYSAPI_UNIX
|
||||
#define DAEMON_NAME "synergys"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue