[evolution/gnome-3-34] Emoticon: Replace Unicode variant for face-smile and face-sad with Emoji
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-34] Emoticon: Replace Unicode variant for face-smile and face-sad with Emoji
- Date: Fri, 17 Jan 2020 08:14:43 +0000 (UTC)
commit 4146795b1d9c5b7f1bfe17693fc292c85a8e5cb9
Author: Milan Crha <mcrha redhat com>
Date: Fri Jan 17 09:12:17 2020 +0100
Emoticon: Replace Unicode variant for face-smile and face-sad with Emoji
Only these two were not from the Emoji set, all the others were.
src/e-util/e-emoticon-chooser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/e-util/e-emoticon-chooser.c b/src/e-util/e-emoticon-chooser.c
index f58d1f3e69..3e93eb1949 100644
--- a/src/e-util/e-emoticon-chooser.c
+++ b/src/e-util/e-emoticon-chooser.c
@@ -35,9 +35,9 @@ typedef struct {
static ConstantEmoticon available_emoticons[] = {
/* Translators: :-) */
- { N_("_Smile"), "face-smile", "☺", ":-)" },
+ { N_("_Smile"), "face-smile", "🙂", ":-)" },
/* Translators: :-( */
- { N_("S_ad"), "face-sad", "☹", ":-(" },
+ { N_("S_ad"), "face-sad", "😞", ":-(" },
/* Translators: ;-) */
{ N_("_Wink"), "face-wink", "😉", ";-)" },
/* Translators: :-P */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]