From: junkyu han Date: Tue, 29 Nov 2016 11:21:26 +0000 (+0900) Subject: Fix exception situation with sound type X-Git-Tag: accepted/tizen/3.0/common/20161130.065355^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F100856%2F1;p=apps%2Fnative%2Fvolume-app.git Fix exception situation with sound type Change-Id: I17e15d64294e53a8e5bc849ad43d2d6e05bf7dc9 --- diff --git a/src/view.c b/src/view.c index f2c4b31..316372f 100755 --- a/src/view.c +++ b/src/view.c @@ -366,6 +366,7 @@ void volume_view_volume_icon_name_set_for_access(sound_type_e sound_type) snprintf(buf, sizeof(buf), "%s%s", _("IDS_ACCS_SK2_CALL"), "volume"); break; default: + snprintf(buf, sizeof(buf), "%s%s", _("IDS_ST_HEADER_RINGTONES"), "volume"); break; }