Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-10-11 00:07:14 +0300
committerwurstsalat <mailtrash@posteo.de>2022-10-11 00:07:14 +0300
commite7f6f67450cc2f0174036210a384a20d8dc59301 (patch)
tree20dcef51a0352a4ca4827605d4ac907910d1434f
parent49b5591ebfafa16df1b63c0d10d81ea79dc2cff2 (diff)
cq: Emoji data: Add hint about emoji data sources
-rw-r--r--gajim/gtk/emoji_data_gtk.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gajim/gtk/emoji_data_gtk.py b/gajim/gtk/emoji_data_gtk.py
index 247081403..274d66c86 100644
--- a/gajim/gtk/emoji_data_gtk.py
+++ b/gajim/gtk/emoji_data_gtk.py
@@ -66,6 +66,8 @@ def get_emoji_data() -> dict[str, str]:
def load_emoji_data() -> dict[str, str]:
+ # Sources of emoji data can be found at:
+ # https://gitlab.gnome.org/GNOME/gtk/-/tree/main/gtk/emoji
# Location of emoji data resource changed in GTK >= 3.24.30
if V(get_gtk_version()) >= V('3.24.30'):
emoji_data_resource = '/org/gtk/libgtk/emoji/en.data'