diff options
author | harsh.v <harsh.v@samsung.com> | 2013-09-06 17:19:39 +0530 |
---|---|---|
committer | harsh.v <harsh.v@samsung.com> | 2013-09-06 17:19:39 +0530 |
commit | b115f6aec782583be633bab852ad5021fba2ebf5 (patch) | |
tree | d5d4a82090b6ac059ac96b6d51748a63e8716dd7 | |
parent | d80fb82a8cdcff749a23b68d4859c11664f349eb (diff) | |
download | QrCodeGenerator-b115f6aec782583be633bab852ad5021fba2ebf5.tar.gz QrCodeGenerator-b115f6aec782583be633bab852ad5021fba2ebf5.tar.bz2 QrCodeGenerator-b115f6aec782583be633bab852ad5021fba2ebf5.zip |
Fixed Issue: N_SE-51368
Change-Id: Ifa0c99642112326b2a037a119fd23f1c9744ef50
Signed-off-by: harsh.v <harsh.v@samsung.com>
-rw-r--r-- | project/src/GenerateForm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/src/GenerateForm.cpp b/project/src/GenerateForm.cpp index a3fbd3a..fe7b879 100644 --- a/project/src/GenerateForm.cpp +++ b/project/src/GenerateForm.cpp @@ -222,7 +222,7 @@ GenerateForm::OnActionPerformed(const Tizen::Ui::Control& source, int actionId) MessageBox msgBox; int modalResult; - msgBox.Construct(L"Warning", L"If text You have entered is not consistent with JIS8 encoding result may be wrong", MSGBOX_STYLE_OK); + msgBox.Construct(L"Warning", L"If text you have entered is not consistent with JIS8 encoding result may be wrong", MSGBOX_STYLE_OK); msgBox.ShowAndWait(modalResult); } } |