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
6dfd2e65
Commit
6dfd2e65
authored
Aug 01, 2015
by
Fabio Bas
Browse files
Fix "Linking FAQ" url
parent
183fbd28
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
6dfd2e65
...
@@ -29,6 +29,8 @@
...
@@ -29,6 +29,8 @@
#include
"priceupdater.h"
#include
"priceupdater.h"
#include
"soundengine.h"
#include
"soundengine.h"
#define LINKING_FAQ_URL "https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-URLs"
GeneralSettingsPage
::
GeneralSettingsPage
()
GeneralSettingsPage
::
GeneralSettingsPage
()
{
{
QString
setLanguage
=
settingsCache
->
getLang
();
QString
setLanguage
=
settingsCache
->
getLang
();
...
@@ -241,7 +243,7 @@ void GeneralSettingsPage::retranslateUi()
...
@@ -241,7 +243,7 @@ void GeneralSettingsPage::retranslateUi()
tokenDatabasePathLabel
.
setText
(
tr
(
"Token database:"
));
tokenDatabasePathLabel
.
setText
(
tr
(
"Token database:"
));
pixmapCacheLabel
.
setText
(
tr
(
"Picture cache size:"
));
pixmapCacheLabel
.
setText
(
tr
(
"Picture cache size:"
));
highQualityURLLabel
.
setText
(
tr
(
"Custom Card Download URL:"
));
highQualityURLLabel
.
setText
(
tr
(
"Custom Card Download URL:"
));
highQualityURLLinkLabel
.
setText
(
QString
(
"<a href='
https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-HQ-URLs'>"
+
tr
(
"Linking FAQ"
)
+
"</a>"
));
highQualityURLLinkLabel
.
setText
(
QString
(
"<a href='
%1'>%2</a>"
).
arg
(
LINKING_FAQ_URL
).
arg
(
tr
(
"Linking FAQ"
)));
clearDownloadedPicsButton
.
setText
(
tr
(
"Reset/Clear Downloaded Pictures"
));
clearDownloadedPicsButton
.
setText
(
tr
(
"Reset/Clear Downloaded Pictures"
));
}
}
...
...
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