diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-20 16:50:06 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-20 16:50:06 +0200 | 
| commit | ac6d76a7c6a7ff924684609a73ac54d95fa5c9b1 (patch) | |
| tree | af955a3448f16739d25860cb19bdda61baa61d25 /facetracknoir | |
| parent | f6968a7453b9f66a695f76a21b0d6046b585d9d3 (diff) | |
in preparation for a4
Waiting for mm0zct's okay
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'facetracknoir')
| -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 e53f414a..1d531229 100644 --- a/facetracknoir/facetracknoir.cpp +++ b/facetracknoir/facetracknoir.cpp @@ -415,7 +415,7 @@ void FaceTrackNoIR::loadSettings() {  	// Put the filename in the window-title.  	//      QFileInfo pathInfo ( currentFile ); -    setWindowTitle ( "opentrack 2.0a3 - " + pathInfo.fileName() ); +    setWindowTitle ( "opentrack 2.0a4 - " + pathInfo.fileName() );  	//  	// Get a List of all the INI-files in the (currently active) Settings-folder.  | 
