gtk2/tools/gtk4builder.loc
Rafał Dzięgiel c66bd791c4
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.
2021-08-25 10:08:50 +02:00

7 lines
190 B
XML

<?xml version="1.0"?>
<locatingRules>
<locatingRule name="GtkBuilder" pattern="*.ui">
<documentRule localName="interface" target="gtk4builder.its"/>
</locatingRule>
</locatingRules>