diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-12-16 11:33:23 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-12-16 11:33:23 +0000 |
commit | 8aa64afab7f3fd153d7a881e27442a78d57ec103 (patch) | |
tree | c33fa2eae4a7732aa4f76b7ee76b89670c8b69bf /FTNoIR_Protocol_SC | |
parent | 9fdac8789acda4989a094a8ed8c9a19cdc29f7f6 (diff) |
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
Diffstat (limited to 'FTNoIR_Protocol_SC')
-rw-r--r-- | FTNoIR_Protocol_SC/FTNoIR_Protocol_SC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. *
* *
-* 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<const wchar_t *>(manifest.utf16());
act.lpSource = encodedName;
|