Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
KMix
Commits
c506443e
Commit
c506443e
authored
Feb 13, 2021
by
Jonathan Marten
Browse files
DialogSelectMaster: Fix KUIT link tags
Introduced by commit
d136985d
.
parent
8baf8ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/dialogselectmaster.cpp
View file @
c506443e
...
...
@@ -98,7 +98,7 @@ void DialogSelectMaster::createWidgets(const Mixer *mixer)
if
(
mixers
.
count
()
>
0
)
{
QLabel
*
qlbl
=
new
QLabel
(
xi18nc
(
"@info"
,
"Select the <
a href
=
\"
i
\"
>master volume</
a
> channel:"
),
mainFrame
);
QLabel
*
qlbl
=
new
QLabel
(
xi18nc
(
"@info"
,
"Select the <
link url
=
\"
i
\"
>master volume</
link
> channel:"
),
mainFrame
);
// Not a good idea to set Qt::LinksAccessibleByKeyboard, if the link is
// clicked on or gets focus then the Return key will not activate the OK
// button as expected.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment