diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-08 16:21:08 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-08 16:21:08 +0200 |
| commit | b76a8d009b807ddbbb21386ad362deb786c506f4 (patch) | |
| tree | d1aca2030bc6d13b0937de3fdd461ee04dd5cad9 /Software | |
| parent | 68be90b29a5ea3776481ee8e2fde33083c11c670 (diff) | |
| download | Tango-b76a8d009b807ddbbb21386ad362deb786c506f4.tar.gz Tango-b76a8d009b807ddbbb21386ad362deb786c506f4.zip | |
Redundant.
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs index a00ff869e..ed35a9b2d 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs @@ -110,7 +110,7 @@ namespace Tango.PPC.Events.ViewModels var notificationItem = new MessageNotificationItem(); notificationItem.CanClose = false; - notificationItem.Message = ev.EventType.Description; + notificationItem.Message = ev.EventType.Title; notificationItem.ExpandedMessage = ev.Description; notificationItem.Pressed += async (_, __) => { |
