From 210dd923749a342ae53f3baffafc2b95b4448b29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Vanicat?= <vanicat@debian.org>
Date: Fri, 13 Apr 2012 20:42:08 +0200
Subject: [PATCH] Make q quit the help window.

Overriding the text translation close #206606
---
 xwin.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/xwin.c b/xwin.c
index 35a873f..1f03090 100644
--- a/xwin.c
+++ b/xwin.c
@@ -482,6 +482,7 @@ Mouse Commands\n\
 
 	trans_table = XtParseTranslationTable("<Key>Q: RemoveHelp()");
 	XtAugmentTranslations(form, trans_table);
+	XtOverrideTranslations(text, trans_table);
 
 	/* Set up ICCCM delete window */
 	wm_delete_window = XInternAtom(XtDisplay(popup), "WM_DELETE_WINDOW", False);
-- 
1.7.10

