diff --git a/plugins/channeltx/modam/ammodgui.ui b/plugins/channeltx/modam/ammodgui.ui index a844008f5..46c0c74fd 100644 --- a/plugins/channeltx/modam/ammodgui.ui +++ b/plugins/channeltx/modam/ammodgui.ui @@ -169,15 +169,15 @@ - Mute/Unmute audio + Mute/Unmute channel ... - :/sound_on.png - :/sound_off.png:/sound_on.png + :/txon.png + :/txoff.png:/txon.png true diff --git a/plugins/channeltx/modnfm/nfmmodgui.ui b/plugins/channeltx/modnfm/nfmmodgui.ui index 464062905..c39d6846a 100644 --- a/plugins/channeltx/modnfm/nfmmodgui.ui +++ b/plugins/channeltx/modnfm/nfmmodgui.ui @@ -169,15 +169,15 @@ - Mute/Unmute audio + Mute/Unmute channel ... - :/sound_on.png - :/sound_off.png:/sound_on.png + :/txon.png + :/txoff.png:/txon.png true diff --git a/plugins/channeltx/modwfm/wfmmodgui.ui b/plugins/channeltx/modwfm/wfmmodgui.ui index ba9c63b24..c118478d1 100644 --- a/plugins/channeltx/modwfm/wfmmodgui.ui +++ b/plugins/channeltx/modwfm/wfmmodgui.ui @@ -169,15 +169,15 @@ - Mute/Unmute audio + Mute/Unmute channel ... - :/sound_on.png - :/sound_off.png:/sound_on.png + :/txon.png + :/txoff.png:/txon.png true diff --git a/sdrbase/resources/res.qrc b/sdrbase/resources/res.qrc index 93bc09dda..b56bd59b2 100644 --- a/sdrbase/resources/res.qrc +++ b/sdrbase/resources/res.qrc @@ -67,5 +67,7 @@ slot2_on.png iambickey.png morsekey.png + txoff.png + txon.png diff --git a/sdrbase/resources/txoff.png b/sdrbase/resources/txoff.png new file mode 100644 index 000000000..c79fa6807 Binary files /dev/null and b/sdrbase/resources/txoff.png differ diff --git a/sdrbase/resources/txon.png b/sdrbase/resources/txon.png new file mode 100644 index 000000000..8828de46a Binary files /dev/null and b/sdrbase/resources/txon.png differ