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
Kanagram
Commits
49b02663
Commit
49b02663
authored
Oct 22, 2022
by
Friedrich W. H. Kossebau
Browse files
Fix UI not loading, due to accidentally translated app name
(cherry picked from commit
6c512725
)
parent
bbfb8636
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
49b02663
...
...
@@ -53,7 +53,7 @@ int main(int argc, char **argv)
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"kanagram"
);
KAboutData
about
(
i18n
(
"kanagram"
),
KAboutData
about
(
QStringLiteral
(
"kanagram"
),
i18n
(
"Kanagram"
),
QStringLiteral
(
KANAGRAM_VERSION_STRING
),
i18n
(
"An anagram game"
),
...
...
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