From e3c55ece2e3fb0da776c73d91643bc6b23f3756e Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Fri, 12 May 2017 20:30:15 +0900 Subject: [PATCH] Fix summary - Modified wrong description for IconPath Change-Id: I435ee9cea48123c4dad4d265fb2b210adee23949 Signed-off-by: Myungki Lee --- .../NotificationEventArgsIndicatorStyle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs index ee1e444..bc04cf1 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs @@ -27,7 +27,7 @@ namespace Tizen.Applications.NotificationEventListener public class IndicatorStyleArgs : StyleArgs { /// - /// Class to get infomation about Notification Indicator style. + /// Gets the path of the image file to display on the icon of Indicator style. /// public string IconPath { get; internal set; } -- 2.7.4