Kaydet (Commit) d4daf634 authored tarafından Muhammet Kara's avatar Muhammet Kara Kaydeden (comit) Katarina Behrens

tdf#112136: Resolve confusion of two 'Reset' buttons

in the Customize dialog.

Change-Id: I0703fccb45a3bac17890e481d6635872df7becd2
Reviewed-on: https://gerrit.libreoffice.org/43406Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMuhammet Kara <muhammet.kara@pardus.org.tr>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 1ad5bc03
...@@ -1163,7 +1163,7 @@ SvxConfigPage::SvxConfigPage(vcl::Window *pParent, const SfxItemSet& rSet) ...@@ -1163,7 +1163,7 @@ SvxConfigPage::SvxConfigPage(vcl::Window *pParent, const SfxItemSet& rSet)
get(m_pSaveInListBox, "savein"); get(m_pSaveInListBox, "savein");
get(m_pInsertBtn, "insert"); get(m_pInsertBtn, "insert");
get(m_pModifyBtn, "modify"); get(m_pModifyBtn, "modify");
get(m_pResetBtn, "resetbtn"); get(m_pResetBtn, "defaultsbtn");
get(m_pDescriptionFieldLb, "descriptionlabel"); get(m_pDescriptionFieldLb, "descriptionlabel");
get(m_pDescriptionField, "desc"); get(m_pDescriptionField, "desc");
m_pDescriptionField->set_height_request(m_pDescriptionField->GetTextHeight()*2.9); m_pDescriptionField->set_height_request(m_pDescriptionField->GetTextHeight()*2.9);
......
...@@ -410,8 +410,8 @@ ...@@ -410,8 +410,8 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="resetbtn"> <object class="GtkButton" id="defaultsbtn">
<property name="label" translatable="yes" context="menuassignpage|resetbtn">Rese_t</property> <property name="label" translatable="yes" context="menuassignpage|defaultsbtn">_Defaults</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
...@@ -420,6 +420,11 @@ ...@@ -420,6 +420,11 @@
<property name="margin_top">5</property> <property name="margin_top">5</property>
<property name="margin_bottom">5</property> <property name="margin_bottom">5</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="defaultsbtn-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="menuassignpage|defaultsbtn-atkobject">Resets the selected toolbar, menu, or context menu to its default state.</property>
</object>
</child>
</object> </object>
<packing> <packing>
<property name="expand">True</property> <property name="expand">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment