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
Plasma
Plasma Desktop
Commits
2c1d5fe2
Commit
2c1d5fe2
authored
Dec 03, 2019
by
Aleix Pol Gonzalez
🐧
Browse files
emojier: only show "Emoji Picker" as window title
parent
9fe2562a
Changes
2
Hide whitespace changes
Inline
Side-by-side
applets/kimpanel/backend/ibus/emojier/emojier.cpp
View file @
2c1d5fe2
...
...
@@ -281,7 +281,7 @@ int main(int argc, char** argv)
KLocalizedString
::
setApplicationDomain
(
"plasma.emojier"
);
KAboutData
about
(
QStringLiteral
(
"plasma.emojier"
),
QStringLiteral
(
"Emojier"
),
QStringLiteral
(
WORKSPACE_VERSION_STRING
),
i18n
(
"Emoji Picker"
),
KAboutData
about
(
QStringLiteral
(
"plasma.emojier"
),
i18n
(
"Emoji
Pick
er"
),
QStringLiteral
(
WORKSPACE_VERSION_STRING
),
i18n
(
"Emoji Picker"
),
KAboutLicense
::
GPL
,
i18n
(
"(C) 2019 Aleix Pol i Gonzalez"
));
about
.
addAuthor
(
QStringLiteral
(
"Aleix Pol i Gonzalez"
),
QString
(),
QStringLiteral
(
"aleixpol@kde.org"
)
);
about
.
setTranslator
(
i18nc
(
"NAME OF TRANSLATORS"
,
"Your names"
),
i18nc
(
"EMAIL OF TRANSLATORS"
,
"Your emails"
));
...
...
applets/kimpanel/backend/ibus/emojier/ui/emojier.qml
View file @
2c1d5fe2
...
...
@@ -27,7 +27,6 @@ import org.kde.plasma.emoji 1.0
Kirigami.ApplicationWindow
{
id
:
window
title
:
i18n
(
"
Emoji Picker
"
)
EmojiModel
{
id
:
emoji
...
...
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