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
Network
Konqueror
Commits
5961e07c
Commit
5961e07c
authored
Nov 06, 2022
by
Stefano Crocco
Browse files
Add translation domain to kfmclient
(cherry picked from commit
5b096b35
)
parent
832d91b3
Pipeline
#264864
passed with stage
in 21 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
client/kfmclient.cpp
View file @
5961e07c
...
...
@@ -52,6 +52,7 @@ static const char version[] = "2.0";
extern
"C"
Q_DECL_EXPORT
int
kdemain
(
int
argc
,
char
**
argv
)
{
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"kfmclient"
);
KAboutData
aboutData
(
appName
,
i18n
(
programName
),
QLatin1String
(
version
));
aboutData
.
setShortDescription
(
i18n
(
"KDE tool for opening URLs from the command line"
));
...
...
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