Skip to content

Commit 09003da

Browse files
committed
Add link: "Find details in the Mixxx user manual"
1 parent 286bc30 commit 09003da

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/defs_urls.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,7 @@
7777
MIXXX_MANUAL_URL "/chapters/vinyl_control.html#troubleshooting"
7878
#define MIXXX_MANUAL_SETTINGS_DIRECTORY_URL \
7979
MIXXX_MANUAL_URL "/chapters/appendix.html#settings-directory"
80+
#define MIXXX_MANUAL_OUTPUT_AND_INPUT_DEVICES \
81+
MIXXX_MANUAL_URL "/chapters/preferences/sound_hardware#output-and-input-devices"
8082
#define MIXXX_MANUAL_FILENAME "Mixxx-Manual.pdf"
8183
#define MIXXX_KBD_SHORTCUTS_FILENAME "Mixxx-Keyboard-Shortcuts.pdf"

src/preferences/dialog/dlgprefsound.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,13 @@ DlgPrefSound::DlgPrefSound(QWidget* pParent,
283283
m_pLinkColor,
284284
tr("Mixxx DJ Hardware Guide"),
285285
MIXXX_WIKI_HARDWARE_COMPATIBILITY_URL)));
286+
287+
QString deckBusHintStr = deckBusHint->text();
288+
deckBusHintStr += " " +
289+
coloredLinkString(m_pLinkColor,
290+
tr("Find details in the Mixxx user manual"),
291+
MIXXX_MANUAL_OUTPUT_AND_INPUT_DEVICES);
292+
deckBusHint->setText(deckBusHintStr);
286293
}
287294

288295
/// Slot called when the preferences dialog is opened.

src/preferences/dialog/dlgprefsounddlg.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@
336336
<property name="wordWrap">
337337
<bool>true</bool>
338338
</property>
339+
<property name="openExternalLinks">
340+
<bool>true</bool>
341+
</property>
339342
</widget>
340343
</item>
341344
<item row="1" column="0" colspan="2">

0 commit comments

Comments
 (0)