[wdsprx] Fix path to help file

pull/2250/head
Daniele Forsi 2024-08-20 12:35:06 +02:00 zatwierdzone przez Edouard Griffiths
rodzic 72683aea57
commit 6b2573d955
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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());