From: MyoungJune Park Date: Tue, 16 Apr 2013 09:00:06 +0000 (+0900) Subject: modified the mobile-ap UG name X-Git-Tag: accepted/tizen_2.1/20130425.022820~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=653d1436dae3159db634726c1e25a0b04a9161a9;p=apps%2Fhome%2Fsettings.git modified the mobile-ap UG name --- diff --git a/resource/setting.cfg b/resource/setting.cfg index 619c046..d2c6be8 100755 --- a/resource/setting.cfg +++ b/resource/setting.cfg @@ -13,7 +13,7 @@ { "key_name" : "IDS_MOBILEAP_BODY_TETHERING", "icon_path" : "/usr/apps/org.tizen.setting/res/icons/A01-1_icon_mobileAP.png", - "ug_args" : "setting-mobile-ap-ug", + "ug_args" : "setting-mobileap-efl", "pos" : 0, "click_times" : 0, "is_resetable" : 1 diff --git a/setting-common/src/setting-cfg.c b/setting-common/src/setting-cfg.c index 7488b2b..0cbc8d5 100755 --- a/setting-common/src/setting-cfg.c +++ b/setting-common/src/setting-cfg.c @@ -108,7 +108,7 @@ int setting_cfg_create(void) __create_a_menu(KeyStr_Connectivity); __create_an_item(KeyStr_WiFi, IMG_WiFi, "wifi-efl-UG", Cfg_Item_Pos_Level0, Cfg_Item_Resetable); - __create_an_item(KeyStr_MobileAP, IMG_MobileAP, "setting-mobile-ap-ug", Cfg_Item_Pos_Level0, Cfg_Item_Resetable); + __create_an_item(KeyStr_MobileAP, IMG_MobileAP, "setting-mobileap-efl", Cfg_Item_Pos_Level0, Cfg_Item_Resetable); __create_an_item(KeyStr_Location, IMG_Location, "setting-location-efl", Cfg_Item_Pos_Level0, Cfg_Item_Resetable); __create_an_item(KeyStr_Network, IMG_Network, "setting-network-efl", Cfg_Item_Pos_Level0, Cfg_Item_Resetable); __create_an_item(KeyStr_Bluetooth, IMG_Bluetooth, "setting-bluetooth-efl", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);