X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2Factions%2FSendImageViewOn.cs;h=6757073b3214cc7110b723ae632dd6e585185dd6;hb=34fe491f051387fa870da9459ce53892f7bb03ab;hp=26d95346958edec089686e036b126c034d501bc0;hpb=96fa7764c1af5034afaba2646831df0a74419249;p=deb_libcec.git diff --git a/src/cec-config-gui/actions/SendImageViewOn.cs b/src/cec-config-gui/actions/SendImageViewOn.cs index 26d9534..6757073 100644 --- a/src/cec-config-gui/actions/SendImageViewOn.cs +++ b/src/cec-config-gui/actions/SendImageViewOn.cs @@ -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.PowerOnDevices(Address); - SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The device could not be powered on."); + SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The 'image view on' command was not acked."); SendEvent(UpdateEventType.ProgressBar, 100); }