Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Artikulate
Commits
bcc7306e
Commit
bcc7306e
authored
Sep 03, 2013
by
Magdalena Konkiewicz
Browse files
renamed Font to Fonts'
parent
a557865d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
bcc7306e
...
...
@@ -173,7 +173,7 @@ void MainWindow::showSettingsDialog()
appearenceDialog
->
loadSettings
();
dialog
->
addPage
(
soundDialog
,
i18nc
(
"@item:inmenu"
,
"Sound Devices"
),
"audio-headset"
,
i18nc
(
"@title:tab"
,
"Sound Device Settings"
),
true
);
dialog
->
addPage
(
appearenceDialog
,
i18nc
(
"@item:inmenu"
,
"Font"
),
"preferences-desktop-font"
,
i18nc
(
"@title:tab"
,
"Training Phrase Font"
),
true
);
dialog
->
addPage
(
appearenceDialog
,
i18nc
(
"@item:inmenu"
,
"Font
s
"
),
"preferences-desktop-font"
,
i18nc
(
"@title:tab"
,
"Training Phrase Font"
),
true
);
dialog
->
addPage
(
resourceDialog
,
i18nc
(
"@item:inmenu"
,
"Course Resources"
),
"repository"
,
i18nc
(
"@title:tab"
,
"Resource Repository Settings"
),
true
);
// connect(dialog, SIGNAL(settingsChanged(const QString&)), resourceDialog, SLOT(loadSettings()));
...
...
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