Add missing patch to git

This commit is contained in:
Daiki Ueno 2016-01-08 10:08:57 +09:00
parent 53c2055406
commit e49d0ca96d
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
From 21ca680c31531043d65aff18b00f560ccf81278c Mon Sep 17 00:00:00 2001
From: Daiki Ueno <ueno@gnu.org>
Date: Thu, 7 Jan 2016 12:00:43 +0900
Subject: [PATCH] its: Recognize *.glade as a GtkBuilder file too
---
gettext-tools/its/glade.loc | 1 +
1 file changed, 1 insertion(+)
diff --git a/gettext-tools/its/glade.loc b/gettext-tools/its/glade.loc
index 128dc83..fcf688d 100644
--- a/gettext-tools/its/glade.loc
+++ b/gettext-tools/its/glade.loc
@@ -3,6 +3,7 @@
<locatingRule name="Glade" pattern="*.glade">
<documentRule localName="GTK-Interface" target="glade1.its"/>
<documentRule localName="glade-interface" target="glade2.its"/>
+ <documentRule localName="interface" target="gtkbuilder.its"/>
</locatingRule>
<locatingRule name="Glade" pattern="*.glade2">
<documentRule localName="glade-interface" target="glade2.its"/>
--
2.5.0