diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-22 03:00:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-22 03:00:37 +0200 |
commit | 2ffbf6801bd11caf3321cc9004460b3e5c035db3 (patch) | |
tree | 197e780867bd35b0196b3c01cc4ed4866b91fcbf | |
parent | 61dd97ad85b43c96c4cc81a637f24e8160615438 (diff) |
take spacing and expect vectorsopentrack-2.0a6
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
-rw-r--r-- | facetracknoir/facetracknoir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/facetracknoir.cpp b/facetracknoir/facetracknoir.cpp index f2bb5439..5b6ed347 100644 --- a/facetracknoir/facetracknoir.cpp +++ b/facetracknoir/facetracknoir.cpp @@ -420,7 +420,7 @@ void FaceTrackNoIR::loadSettings() { // Put the filename in the window-title. // QFileInfo pathInfo ( currentFile ); - setWindowTitle ( ("opentrack " OPENTRACK_VERSION) + pathInfo.fileName() ); + setWindowTitle ( ("opentrack " OPENTRACK_VERSION " ") + pathInfo.fileName() ); // // Get a List of all the INI-files in the (currently active) Settings-folder. |