Skip to content

Commit

Permalink
[wdsprx] Fix path to help file
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsi authored and f4exb committed Aug 21, 2024
1 parent 72683ae commit 6b2573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/channelrx/wdsprx/wdsprxgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 6b2573d

Please sign in to comment.