diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-22 02:31:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-22 02:31:43 +0200 |
commit | 3752c7723cadf203c822879bd29ced20225d6bf4 (patch) | |
tree | 671ba49b563a449b5d299b2647da10990beb8e97 | |
parent | f50036627c4175ad307552fa40a78042934139f2 (diff) |
bump
-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 afc46625..f8a1f1f0 100644 --- a/facetracknoir/facetracknoir.cpp +++ b/facetracknoir/facetracknoir.cpp @@ -419,7 +419,7 @@ void FaceTrackNoIR::loadSettings() { // Put the filename in the window-title. // QFileInfo pathInfo ( currentFile ); - setWindowTitle ( "opentrack 2.0a5 - " + pathInfo.fileName() ); + setWindowTitle ( "opentrack 2.0a6 - " + pathInfo.fileName() ); // // Get a List of all the INI-files in the (currently active) Settings-folder. |