aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-01-08 16:21:08 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-01-08 16:21:08 +0200
commitb76a8d009b807ddbbb21386ad362deb786c506f4 (patch)
treed1aca2030bc6d13b0937de3fdd461ee04dd5cad9 /Software/Visual_Studio/PPC/Modules
parent68be90b29a5ea3776481ee8e2fde33083c11c670 (diff)
downloadTango-b76a8d009b807ddbbb21386ad362deb786c506f4.tar.gz
Tango-b76a8d009b807ddbbb21386ad362deb786c506f4.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs2
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 (_, __) =>
{