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
bfa002e5
Commit
bfa002e5
authored
Jul 06, 2015
by
Zach
Browse files
Merge pull request #1213 from ZeldaZach/fix_1057
Link FAQ pages
parents
31890450
e20c06b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
bfa002e5
...
...
@@ -274,8 +274,8 @@ void MainWindow::actAbout()
+
"<a href='https://github.com/Cockatrice/Cockatrice/wiki/Translation-FAQ'>"
+
tr
(
"Help Translate!"
)
+
"</a><br><br>"
+
"<b>"
+
tr
(
"Support:"
)
+
"</b><br>"
+
"<a href='https://github.com/Cockatrice/Cockatrice/issues'>"
+
tr
(
"Report an Issue"
)
+
"</a><br>"
+
"<a href='https://github.com/Cockatrice/Cockatrice/
issues'>"
+
tr
(
"Suggest an Improvement
"
)
+
"</a><br>"
+
"<a href='https://github.com/Cockatrice/Cockatrice/
wiki/Troubleshooting'>"
+
tr
(
"Troubleshooting
"
)
+
"</a><br>"
+
"<a href='https://github.com/Cockatrice/Cockatrice/wiki/Frequently-Asked-Questions'>"
+
tr
(
"F.A.Q."
)
+
"</a><br>"
));
}
...
...
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