LibCecSharp: more cosmetics
[deb_libcec.git] / src / cec-config-gui / actions / SendActivateSource.cs
index e60c0a57dc8a0b4ac73f703a940aee07202ea466..1470c1988975698b275966eb8d1e95a9d0352b84 100644 (file)
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using CecSharp;
+using CecSharp;
 
 namespace CecConfigGui.actions
 {
@@ -19,7 +16,7 @@ namespace CecConfigGui.actions
       SendEvent(UpdateEventType.ProgressBar, 50);
 
       bool bResult = Lib.SetStreamPath(Address);
-      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The device could not be powered on.");
+      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The 'active source' command was not acked.");
       SendEvent(UpdateEventType.ProgressBar, 100);
     }