Fixed contact sample app for N_SE-30137
authorGwangbok Kim <gwangbok.kim@samsung.com>
Mon, 25 Mar 2013 09:20:48 +0000 (18:20 +0900)
committerGwangbok Kim <gwangbok.kim@samsung.com>
Mon, 25 Mar 2013 09:20:48 +0000 (18:20 +0900)
Change-Id: I6ed2802723f4fdab77103e248c8680bd8a66b367
Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
project/src/MainForm.cpp

index 39f6976..1fd6954 100644 (file)
@@ -81,8 +81,8 @@ MainForm::OnInitializing(void)
 
        __pContextMenu = new (std::nothrow) ContextMenu();
        __pContextMenu->Construct(Point(50, 1200), CONTEXT_MENU_STYLE_LIST, CONTEXT_MENU_ANCHOR_DIRECTION_UPWARD);
-       __pContextMenu->AddItem(L"Category", ID_CONTEXT_MENU_CATEGORY);
-       __pContextMenu->AddItem(L"Favorite", ID_CONTEXT_MENU_FAVORITE);
+       __pContextMenu->AddItem(L"Categories", ID_CONTEXT_MENU_CATEGORY);
+       __pContextMenu->AddItem(L"Favorites", ID_CONTEXT_MENU_FAVORITE);
        __pContextMenu->AddActionEventListener(*this);
 
        pFooter->SetBackButton ();