Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Plasma Desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
37
Merge Requests
37
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Plasma Desktop
Commits
cfc03315
Commit
cfc03315
authored
Feb 20, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
emojier: use emoji selector everywhere
BUG: 417872
parent
7435c313
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applets/kimpanel/backend/ibus/emojier/emojier.cpp
applets/kimpanel/backend/ibus/emojier/emojier.cpp
+1
-1
No files found.
applets/kimpanel/backend/ibus/emojier/emojier.cpp
View file @
cfc03315
...
...
@@ -353,7 +353,7 @@ int main(int argc, char** argv)
KLocalizedString
::
setApplicationDomain
(
"org.kde.plasma.emojier"
);
KAboutData
about
(
QStringLiteral
(
"org.kde.plasma.emojier"
),
i18n
(
"Emoji
Picker"
),
QStringLiteral
(
WORKSPACE_VERSION_STRING
),
i18n
(
"Emoji Picke
r"
),
KAboutData
about
(
QStringLiteral
(
"org.kde.plasma.emojier"
),
i18n
(
"Emoji
Selector"
),
QStringLiteral
(
WORKSPACE_VERSION_STRING
),
i18n
(
"Emoji Selecto
r"
),
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"
));
...
...
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