From a3f514ff05d4218b0b7ae1e93a1cc63b782ae358 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 21 Sep 2014 21:31:10 +0200 Subject: Rename HT combobox entry Thanks @KyokushinPL for report. Users don't seem to notice what HT does. --- ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 3f67953e..50b25238 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -224,12 +224,12 @@ void Tracker::GetHeadPoseData(double *data) //----------------------------------------------------------------------------- void TrackerDll::getFullName(QString *strToBeFilled) { - *strToBeFilled = "HT 1.0"; + *strToBeFilled = "HT face tracker"; } void TrackerDll::getShortName(QString *strToBeFilled) { - *strToBeFilled = "HT"; + *strToBeFilled = "HT" } void TrackerDll::getDescription(QString *strToBeFilled) -- cgit v1.2.3