Change error message
authorHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 2 Apr 2013 08:48:50 +0000 (17:48 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 2 Apr 2013 08:49:15 +0000 (17:49 +0900)
Change-Id: Ia3d253b135d56d7889050e18c507b3b446962dfe
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
project/src/MapDataControlForm.cpp
project/src/SqlDataControlForm.cpp

index 71401e1..adaa09b 100644 (file)
@@ -157,7 +157,7 @@ MapDataControlForm::OnListViewItemStateChanged(ListView& listView, int index, in
                        // hide the popup and show result message.
                        HidePopup();
                        MessageBox myMSGBox;
-                       myMSGBox.Construct(L"GetMapDataControlN", L"DictionaryDataControlProvider is not installed. Pls Install!!", MSGBOX_STYLE_OK, 0);
+                       myMSGBox.Construct(L"GetMapDataControlN() failed", L"DictionaryDataControlProvider is not installed. Please install it !!", MSGBOX_STYLE_OK, 0);
                        // Call ShowAndWait
                        int modalResult = 0;
                        myMSGBox.ShowAndWait(modalResult);  //ShowAndWait() draw, show itself and process events
index 84fa13c..bce4265 100644 (file)
@@ -156,7 +156,7 @@ SqlDataControlForm::OnListViewItemStateChanged(ListView& listView, int index, in
                        HidePopup();
                        AppLog("GetSqlDataControlN() Failed");
                        MessageBox myMSGBox;
-                       myMSGBox.Construct(L"GetSqlDataControlN", L"DictionaryDataControlProvider is not installed. Pls Install!!", MSGBOX_STYLE_OK, 0);
+                       myMSGBox.Construct(L"GetSqlDataControlN() failed", L"DictionaryDataControlProvider is not installed. Please install it !!", MSGBOX_STYLE_OK, 0);
                        // Call ShowAndWait
                        int modalResult = 0;
                        myMSGBox.ShowAndWait(modalResult);  //ShowAndWait() draw, show itself and process events