diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-19 12:01:38 -0600 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-19 22:12:43 +0000 |
commit | e3e064ed274cc88e5264e102720dc064bde1da6a (patch) | |
tree | 40db608b231ac53f5f429ced5b14f6c25a403135 /desktop | |
parent | 34411dc2f0535a21b4ec3bec19d493e0aa037646 (diff) |
Remove hardcoded “LibreOffice” name
Change-Id: Iccaafa5a66df3df8bcfc1d2013b38bb15d37fbec
Reviewed-on: https://gerrit.libreoffice.org/12972
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/uiconfig/ui/extensionmanager.ui | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index 6fd3a2a47fa4..5e2151597d3c 100644 --- a/desktop/uiconfig/ui/extensionmanager.ui +++ b/desktop/uiconfig/ui/extensionmanager.ui @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> - <!-- interface-requires LibreOffice 1.0 --> + <requires lib="gtk+" version="3.0"/> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkDialog" id="ExtensionManagerDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -117,7 +118,6 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="halign">center</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="column_spacing">12</property> @@ -135,8 +135,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -153,13 +151,11 @@ <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkCheckButton" id="bundled"> - <property name="label" translatable="yes">Bundled with LibreOffice</property> + <property name="label" translatable="yes">Bundled with %PRODUCTNAME</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -171,8 +167,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -211,8 +205,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -226,8 +218,6 @@ <packing> <property name="left_attach">3</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -239,8 +229,6 @@ <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -256,8 +244,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> |