diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2013-07-17 04:50:57 -0400 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2013-07-17 04:50:57 -0400 |
commit | 03ce3e583214f3e7854d3d0d612535edb1b30ed1 (patch) | |
tree | e2d8717c554b5dae1d60981f41d0d2f2b8cd3fd0 | |
parent | 676750069b394781c3a665aeefb391378960c82e (diff) | |
download | ug-nfc-efl-03ce3e583214f3e7854d3d0d612535edb1b30ed1.tar.gz ug-nfc-efl-03ce3e583214f3e7854d3d0d612535edb1b30ed1.tar.bz2 ug-nfc-efl-03ce3e583214f3e7854d3d0d612535edb1b30ed1.zip |
Change YesNo popup
-rw-r--r-- | ug-nfc-share-efl/src/ug-nfc-share-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ug-nfc-share-efl/src/ug-nfc-share-main.c b/ug-nfc-share-efl/src/ug-nfc-share-main.c index 698389f..9e31c15 100644 --- a/ug-nfc-share-efl/src/ug-nfc-share-main.c +++ b/ug-nfc-share-efl/src/ug-nfc-share-main.c @@ -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(); } |