X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2Factions%2FConnectToDevice.cs;h=9250ad09b73a7fc9c447abee32325f8e79dc4a58;hb=f976869e75bd69e92e02d4a28c87403e2491da4d;hp=febc517e6b6709349f2be125c6c540c25d954de9;hpb=5d5e105deb964d38568f046d1d1f0a4a656e1a99;p=deb_libcec.git diff --git a/src/cec-config-gui/actions/ConnectToDevice.cs b/src/cec-config-gui/actions/ConnectToDevice.cs index febc517..9250ad0 100644 --- a/src/cec-config-gui/actions/ConnectToDevice.cs +++ b/src/cec-config-gui/actions/ConnectToDevice.cs @@ -32,6 +32,10 @@ namespace CecConfigGui.actions SendEvent(UpdateEventType.ProgressBar, 25); SendEvent(UpdateEventType.TVVendorId, (int)Lib.GetDeviceVendorId(CecLogicalAddress.Tv)); + SendEvent(UpdateEventType.StatusText, "Detecting menu language..."); + SendEvent(UpdateEventType.ProgressBar, 40); + SendEvent(UpdateEventType.MenuLanguage, Lib.GetDeviceMenuLanguage(CecLogicalAddress.Tv)); + SendEvent(UpdateEventType.ProgressBar, 50); SendEvent(UpdateEventType.StatusText, "Detecting AVR devices...");