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:
Diffstat (limited to 'gajim/gtk/const.py')
-rw-r--r--gajim/gtk/const.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gajim/gtk/const.py b/gajim/gtk/const.py
index 107a910df..3a6f6e70f 100644
--- a/gajim/gtk/const.py
+++ b/gajim/gtk/const.py
@@ -223,6 +223,8 @@ MAIN_WIN_ACTIONS = [
('copy-message', 's', True),
('retract-message', 'a{sv}', False),
('quote', 's', False),
+ ('reply', 'as', False),
+ ('jump-to-message', 'au', True),
('mention', 's', False),
('send-file-httpupload', 'as', False),
('send-file-jingle', 'as', False),