conv_str = elm_entry_utf8_to_markup(device_name);
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s", BT_STR_BLUETOOTH_PAIRING_REQUEST);
+ BT_STR_BLUETOOTH_PAIRING_REQUEST);
snprintf(text, BT_GLOBALIZATION_STR_LENGTH,
- "%s%s", BT_STR_ENTER_THE_PIN_TO_PAIR, conv_str);
+ BT_STR_ENTER_THE_PIN_TO_PAIR, conv_str);
if (conv_str)
free(conv_str);
if (device_name && passkey) {
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s%s", BT_STR_CONFIRM_PASSKEY_PS_TO_PAIR_WITH_PS,
+ BT_STR_CONFIRM_PASSKEY_PS_TO_PAIR_WITH_PS,
passkey, device_name);
BT_INFO("title: %s", view_title);
conv_str = elm_entry_utf8_to_markup(device_name);
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s", BT_STR_BLUETOOTH_PAIRING_REQUEST);
+ BT_STR_BLUETOOTH_PAIRING_REQUEST);
snprintf(text, BT_GLOBALIZATION_STR_LENGTH,
- "%s%s", BT_STR_ENTER_THE_PIN_TO_PAIR, conv_str);
+ BT_STR_ENTER_THE_PIN_TO_PAIR, conv_str);
if (conv_str)
free(conv_str);
if (device_name && passkey) {
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s%s", BT_STR_ENTER_PS_ON_PS_TO_PAIR, passkey, device_name);
+ BT_STR_ENTER_PS_ON_PS_TO_PAIR, passkey, device_name);
BT_INFO("title: %s", view_title);
conv_str = elm_entry_utf8_to_markup(device_name);
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_ALLOW_PS_TO_CONNECT_Q, conv_str);
+ BT_STR_ALLOW_PS_TO_CONNECT_Q, conv_str);
if (conv_str)
free(conv_str);
if (device_name) {
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s%s", BT_STR_RECEIVE_PS_FROM_PS_Q, file, device_name);
+ "%s%s%s", BT_STR_RECEIVE_PS_FROM_PS_Q, file, device_name);
}
__bluetooth_draw_popup(ad, BT_STR_RECEIVE_FILE, view_title, BT_STR_CANCEL, BT_STR_OK,
BT_ERR("bundle_get_str() is failed : %d\n", ret);
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_OVERWRITE_FILE_Q, file);
+ BT_STR_OVERWRITE_FILE_Q, file);
__bluetooth_draw_popup(ad, BT_STR_RECEIVE_FILE, view_title,
BT_STR_CANCEL, BT_STR_OK,
if (device_name && passkey) {
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s%s", BT_STR_ENTER_PS_ON_PS_TO_PAIR, passkey, device_name);
+ BT_STR_ENTER_PS_ON_PS_TO_PAIR, passkey, device_name);
BT_INFO("title: %s", view_title);
if (device_name) {
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_WANTS_TO_SEND_YOU_A_FILE, device_name);
+ BT_STR_WANTS_TO_SEND_YOU_A_FILE, device_name);
}
__bluetooth_draw_popup(ad, BT_STR_RECEIVE_FILE,
if (device_name)
conv_str = elm_entry_utf8_to_markup(device_name);
-#ifdef TIZEN_REDWOOD
- snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_ALLOW_PS_PHONEBOOK_ACCESS_Q, conv_str);
-#else
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_PS_CONTACT_REQUEST, conv_str);
-#endif
+ BT_STR_PS_CONTACT_REQUEST, conv_str);
if (conv_str)
free(conv_str);
if (device_name)
conv_str = elm_entry_utf8_to_markup(device_name);
-#ifdef TIZEN_REDWOOD
- snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_ALLOW_PS_TO_ACCESS_MESSAGES_Q, conv_str);
-#else
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_PS_MESSAGE_REQUEST, conv_str);
-#endif
+ BT_STR_PS_MESSAGE_REQUEST, conv_str);
if (conv_str)
free(conv_str);
if (device_name)
conv_str = elm_entry_utf8_to_markup(device_name);
snprintf(view_title, BT_TITLE_STR_MAX_LEN,
- "%s%s", BT_STR_UNABLE_TO_PAIR, conv_str);
+ BT_STR_UNABLE_TO_PAIR, conv_str);
if (conv_str)
free(conv_str);
if (device_name)
conv_str = elm_entry_utf8_to_markup(device_name);
snprintf(text, BT_GLOBALIZATION_STR_LENGTH,
- "%s%s", BT_STR_UNABLE_TO_PAIR, conv_str);
+ BT_STR_UNABLE_TO_PAIR, conv_str);
if (conv_str)
free(conv_str);