Change YesNo popup
authorJihoon Jung <jh8801.jung@samsung.com>
Wed, 17 Jul 2013 08:50:57 +0000 (04:50 -0400)
committerJihoon Jung <jh8801.jung@samsung.com>
Wed, 17 Jul 2013 08:50:57 +0000 (04:50 -0400)
ug-nfc-share-efl/src/ug-nfc-share-main.c

index 698389f..9e31c15 100644 (file)
@@ -350,7 +350,7 @@ static void _setting_on_YesNo_popup(void *data)
 
        memcpy(popup_str, IDS_SERVICE_NOT_AVAILABLE_NFC_TURNED_OFF_TURN_ON_NFC_Q, strlen(IDS_SERVICE_NOT_AVAILABLE_NFC_TURNED_OFF_TURN_ON_NFC_Q));
 
-       ug_nfc_share_create_popup(ug_data, ug_data->base_layout, popup_str, IDS_YES, UG_NFC_POPUP_RESP_OK, IDS_NO, UG_NFC_POPUP_RESP_CANCEL, NULL, 0, false, false, _setting_on_YesNo_popup_response_cb);
+       ug_nfc_share_create_popup(ug_data, ug_data->base_layout, popup_str, IDS_NO, UG_NFC_POPUP_RESP_CANCEL, IDS_YES, UG_NFC_POPUP_RESP_OK, NULL, 0, false, false, _setting_on_YesNo_popup_response_cb);
 
        UG_NFC_SHARE_END();
 }