Server/MainForm.cs
changeset 220 e5910d7b6a81
parent 219 99c407831232
child 223 f6272f65d8fc
     1.1 --- a/Server/MainForm.cs	Tue Jul 26 11:51:50 2016 +0200
     1.2 +++ b/Server/MainForm.cs	Tue Jul 26 15:05:57 2016 +0200
     1.3 @@ -324,7 +324,7 @@
     1.4                  // Add our actions for that event
     1.5                  foreach (SharpLib.Ear.Action a in e.Actions)
     1.6                  {
     1.7 -                    TreeNode actionNode = actionsNodes.Nodes.Add(a.Name);
     1.8 +                    TreeNode actionNode = actionsNodes.Nodes.Add(a.Brief());
     1.9                      actionNode.Tag = a;
    1.10                  }
    1.11              }