changed synergy+ references back to synergy (trunk)

This commit is contained in:
Nick Bolton 2011-01-15 04:01:31 +00:00
parent f4d937532e
commit 516c07c956
415 changed files with 816 additions and 1206 deletions

View file

@ -1,7 +1,6 @@
/*
* synergy-plus -- mouse and keyboard sharing utility
* Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2002 Chris Schoeneman
* synergy -- mouse and keyboard sharing utility
* Copyright (C) 2002 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -199,7 +198,7 @@ const char*
CClientApp::daemonName() const
{
#if SYSAPI_WIN32
return "Synergy+ Client";
return "Synergy Client";
#elif SYSAPI_UNIX
return "synergyc";
#endif