From 6b2573d9554be229ddabd22f11a43980bae442b9 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Tue, 20 Aug 2024 12:35:06 +0200 Subject: [PATCH] [wdsprx] Fix path to help file --- plugins/channelrx/wdsprx/wdsprxgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channelrx/wdsprx/wdsprxgui.cpp b/plugins/channelrx/wdsprx/wdsprxgui.cpp index b648c9c4be..ee1ca96dec 100644 --- a/plugins/channelrx/wdsprx/wdsprxgui.cpp +++ b/plugins/channelrx/wdsprx/wdsprxgui.cpp @@ -513,7 +513,7 @@ WDSPRxGUI::WDSPRxGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSam m_squelchDialog(nullptr) { setAttribute(Qt::WA_DeleteOnClose, true); - m_helpURL = "plugins/channelrx/demodssb/readme.md"; + m_helpURL = "plugins/channelrx/wdsprx/readme.md"; RollupContents *rollupContents = getRollupContents(); ui->setupUi(rollupContents); setSizePolicy(rollupContents->sizePolicy());