Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
9aeeee3a
Commit
9aeeee3a
authored
Jan 15, 2015
by
poixen
Browse files
Merge pull request #553 from poixen/soundsettings
Added title for sound settings
parents
d3a7320c
0454f9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
9aeeee3a
...
@@ -569,6 +569,7 @@ void UserInterfaceSettingsPage::retranslateUi()
...
@@ -569,6 +569,7 @@ void UserInterfaceSettingsPage::retranslateUi()
soundEnabledCheckBox
->
setText
(
tr
(
"Enable &sounds"
));
soundEnabledCheckBox
->
setText
(
tr
(
"Enable &sounds"
));
soundPathLabel
->
setText
(
tr
(
"Path to sounds directory:"
));
soundPathLabel
->
setText
(
tr
(
"Path to sounds directory:"
));
soundTestButton
->
setText
(
tr
(
"Test system sound engine"
));
soundTestButton
->
setText
(
tr
(
"Test system sound engine"
));
soundGroupBox
->
setTitle
(
tr
(
"Sound settings"
));
}
}
void
UserInterfaceSettingsPage
::
soundPathClearButtonClicked
()
void
UserInterfaceSettingsPage
::
soundPathClearButtonClicked
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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