From: Gongwook Lee Date: Wed, 3 Jul 2013 05:37:37 +0000 (+0900) Subject: Change the name of the man in sample image from Tina to Tom to recover his gender... X-Git-Tag: 2.2_release X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F2.2_release;p=samples%2Fnative%2FFaceRecognizer.git Change the name of the man in sample image from Tina to Tom to recover his gender identification Change-Id: Ib9eed7e2dd5de561caa5bbd0f515414d1a6383bf Signed-off-by: Gongwook Lee --- diff --git a/project/src/FaceDetectionForm.cpp b/project/src/FaceDetectionForm.cpp index e3980ae..de5b0ab 100644 --- a/project/src/FaceDetectionForm.cpp +++ b/project/src/FaceDetectionForm.cpp @@ -64,7 +64,7 @@ static const wchar_t* PICTURE4_PATH = L"res/sample4.png"; static const wchar_t* PICTURE1_NAME = L"Unknown"; static const wchar_t* PICTURE2_NAME = L"Christine"; static const wchar_t* PICTURE3_NAME = L"Stephanie"; -static const wchar_t* PICTURE4_NAME = L"Tina"; +static const wchar_t* PICTURE4_NAME = L"Tom"; static const wchar_t* NO_PICTURE = L"No Picture"; static const wchar_t* NOT_FOUND = L"Not Found";