From 8aa64afab7f3fd153d7a881e27442a78d57ec103 Mon Sep 17 00:00:00 2001 From: Wim Vriend Date: Sun, 16 Dec 2012 11:33:23 +0000 Subject: Fixed some error(s) after testing INNO installer git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@198 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- FTNoIR_Protocol_SC/FTNoIR_Protocol_SC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FTNoIR_Protocol_SC/FTNoIR_Protocol_SC.cpp') diff --git a/FTNoIR_Protocol_SC/FTNoIR_Protocol_SC.cpp b/FTNoIR_Protocol_SC/FTNoIR_Protocol_SC.cpp index a612d731..ed8a79ab 100644 --- a/FTNoIR_Protocol_SC/FTNoIR_Protocol_SC.cpp +++ b/FTNoIR_Protocol_SC/FTNoIR_Protocol_SC.cpp @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License along * * with this program; if not, see . * * * -* FTNoIR_Protocol FTNoIR_Protocol is the Class, that communicates headpose-data * +* FTNoIR_Protocol: the Class, that communicates headpose-data * * to games, using the SimConnect.dll. * * SimConnect.dll is a so called 'side-by-side' assembly, so it * * must be treated as such... * @@ -179,7 +179,7 @@ bool FTNoIR_Protocol::checkServerInstallationOK( HANDLE handle ) QString manifest(QCoreApplication::applicationDirPath()); // manifest += "\\FaceTrackNoIR.exe"; - manifest += "\\FTNoIR_Protocol.dll"; + manifest += "\\FTNoIR_Protocol_SC.dll"; const wchar_t * encodedName = reinterpret_cast(manifest.utf16()); act.lpSource = encodedName; -- cgit v1.2.3