Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KReversi
Commits
b95d404c
Commit
b95d404c
authored
Jun 01, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix translation
parent
7cc2e218
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
main.cpp
main.cpp
+1
-0
No files found.
main.cpp
View file @
b95d404c
...
...
@@ -43,6 +43,7 @@ int main(int argc, char **argv)
migrate
.
setUiFiles
(
QStringList
()
<<
QStringLiteral
(
"kreversiui.rc"
));
migrate
.
migrate
();
KLocalizedString
::
setApplicationDomain
(
"kreversi"
);
KAboutData
aboutData
(
QLatin1Literal
(
"kreversi"
),
i18n
(
"KReversi"
),
QLatin1Literal
(
"2.1"
),
i18n
(
description
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 1997-2000, Mario Weilguni
\n
(c) 2004-2006, Inge Wallin
\n
(c) 2006, Dmitry Suzdalev"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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