Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KSquares
Commits
b726c5b8
Commit
b726c5b8
authored
Jun 01, 2015
by
Laurent Montel
😁
Browse files
Fix translation
parent
c4aec277
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b726c5b8
...
...
@@ -32,7 +32,6 @@ include(KDECMakeSettings)
include
(
ECMAddTests
)
add_definitions
(
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
)
add_definitions
(
-DTRANSLATION_DOMAIN=
"ksquares"
)
add_definitions
(
"-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII"
)
...
...
src/main.cpp
View file @
b726c5b8
...
...
@@ -34,7 +34,7 @@ int main(int argc, char **argv)
migrate
.
setConfigFiles
(
QStringList
()
<<
QLatin1String
(
"ksquaresrc"
));
migrate
.
setUiFiles
(
QStringList
()
<<
QLatin1String
(
"ksquaresui.rc"
));
migrate
.
migrate
();
KLocalizedString
::
setApplicationDomain
(
"ksquares"
);
KAboutData
about
(
QLatin1Literal
(
"ksquares"
),
i18n
(
"KSquares"
),
QLatin1Literal
(
version
),
i18n
(
description
),
KAboutLicense
::
GPL
,
i18n
(
"(C) 2006-2007 Matt Williams"
),
QLatin1Literal
(
"http://games.kde.org/ksquares"
));
...
...
Write
Preview
Supports
Markdown
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