[gtk/gtk-4-4] Fix wrong gettext ITS target
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-4-4] Fix wrong gettext ITS target
- Date: Sun, 31 Oct 2021 21:52:12 +0000 (UTC)
commit 66804b9b497c7aee0b01d5a56cc113c120161752
Author: Rafał Dzięgiel <rafostar github gmail com>
Date: Wed Aug 25 10:08:44 2021 +0200
Fix wrong gettext ITS target
The installed ITS rule filename is "gtk4builder.its". The .loc file
is wrongly pointing to old "gtkbuilder.its" which makes gettext fail
on systems without GTK3 installed.
tools/gtk4builder.loc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/gtk4builder.loc b/tools/gtk4builder.loc
index 5d77e4841c..efbb509ec9 100644
--- a/tools/gtk4builder.loc
+++ b/tools/gtk4builder.loc
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<locatingRules>
<locatingRule name="GtkBuilder" pattern="*.ui">
- <documentRule localName="interface" target="gtkbuilder.its"/>
+ <documentRule localName="interface" target="gtk4builder.its"/>
</locatingRule>
</locatingRules>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]