summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-03-24 13:25:05 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-03-24 14:40:46 -0300
commit371b733989ecd2e9968ae62faa6dc597f0975b85 (patch)
treef1f6cf6dbdbdcf6b2034efdd54f27f93f3ccafa1
parentbd4e79d4008a749cea84c46b10a771e929629fda (diff)
downloadglade-371b733989ecd2e9968ae62faa6dc597f0975b85.tar.gz
GladeGtkHeaderBar: mark title and subtitle as translatable
Fix bug #782753 "Glade does not allow ApplicationWindow's title to be marked as translatable"
-rw-r--r--plugins/gtk+/gtk+.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 5e987963..1680bc38 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2528,8 +2528,8 @@
<create-editable-function>glade_gtk_header_bar_create_editable</create-editable-function>
<special-child-type>type</special-child-type>
<properties>
- <property id="title" custom-layout="True"/>
- <property id="subtitle" custom-layout="True"/>
+ <property id="title" custom-layout="True" translatable="True"/>
+ <property id="subtitle" custom-layout="True" translatable="True"/>
<property id="has-subtitle" _name="Reserve space for subtitle" custom-layout="True">
<_tooltip>Keep the headerbar height the same as the subtitle changes dynamically.</_tooltip>
</property>