diff options
author | Katarina Behrens <bubli@bubli.org> | 2013-08-13 00:45:30 +0200 |
---|---|---|
committer | Katarina Behrens <bubli@bubli.org> | 2013-08-13 11:00:30 +0200 |
commit | 466b64b68cecaa82837c4aede3e9a485c45bd1d4 (patch) | |
tree | 93012602ab6fc0ef0806939faf9f9b963ff800f4 /sd/uiconfig | |
parent | 094cda40d29985d1920ba6ddd1d1854cd5946053 (diff) |
Preserve entry data from combobox items
use old school strings from .src file as we need the entry data and
can't really define them in .ui <item>
Change-Id: I669675edb321dcb60f3785c7f28cecbbc2edc982
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationcreatetab.ui | 7 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanel.ui | 7 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationtimingtab.ui | 7 |
3 files changed, 0 insertions, 21 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationcreatetab.ui b/sd/uiconfig/simpress/ui/customanimationcreatetab.ui index 4de5a0de66c4..c51a92658868 100644 --- a/sd/uiconfig/simpress/ui/customanimationcreatetab.ui +++ b/sd/uiconfig/simpress/ui/customanimationcreatetab.ui @@ -44,13 +44,6 @@ <object class="GtkComboBoxText" id="effect_speed_list"> <property name="visible">True</property> <property name="can_focus">False</property> - <items> - <item translatable="yes">Very slow</item> - <item translatable="yes">Slow</item> - <item translatable="yes">Normal</item> - <item translatable="yes">Fast</item> - <item translatable="yes">Very fast</item> - </items> </object> <packing> <property name="expand">False</property> diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index eb887ef29c8b..635070376492 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -215,13 +215,6 @@ <property name="entry_text_column">0</property> <property name="id_column">1</property> <property name="hexpand">True</property> - <items> - <item translatable="yes">Very slow</item> - <item translatable="yes">Slow</item> - <item translatable="yes">Normal</item> - <item translatable="yes">Fast</item> - <item translatable="yes">Very fast</item> - </items> </object> <packing> <property name="left_attach">1</property> diff --git a/sd/uiconfig/simpress/ui/customanimationtimingtab.ui b/sd/uiconfig/simpress/ui/customanimationtimingtab.ui index a5305705278e..d5f38929d2bc 100644 --- a/sd/uiconfig/simpress/ui/customanimationtimingtab.ui +++ b/sd/uiconfig/simpress/ui/customanimationtimingtab.ui @@ -110,13 +110,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <items> - <item translatable="yes">Very slow</item> - <item translatable="yes">Slow</item> - <item translatable="yes">Normal</item> - <item translatable="yes">Fast</item> - <item translatable="yes">Very fast</item> - </items> </object> <packing> <property name="left_attach">1</property> |