diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 17:48:09 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 17:48:09 +0200 | 
| commit | 406c810b370828106637d497005357d1ae9d50a4 (patch) | |
| tree | 0be1c8372dcce0a41c69a19abe131b4ced3f2452 | |
| parent | 774409a1a725ee1b79a85a69611c110198a9065e (diff) | |
Reword deprecation message
| -rw-r--r-- | ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp b/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp index 77fcd6fc..18182153 100644 --- a/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp +++ b/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp @@ -89,9 +89,10 @@ void FTNoIR_Tracker::StartTracker(QFrame *videoframe )  {      qDebug() << "FTNoIR_Tracker::Initialize says: Starting ";      QMessageBox::warning(videoframe, -                         "Tracker deprecation", -                         "Non-free SM FaceAPI is deprecated, hence this annoying message.\n" -                         "It'll be removed for 2.0-final.", +                         "Non-free software deprecation", +                         "SM FaceAPI is deprecated, hence this annoying message.\n" +                         "It'll be removed for 2.0-final.\n" +                         "The goal is to have only open-source software available.",                           QMessageBox::Ok, QMessageBox::NoButton);      loadSettings();  | 
