Kaydet (Commit) 39b09b67 authored tarafından Caolán McNamara's avatar Caolán McNamara

use ok, cancel, help like everywhere else

Change-Id: Ibc4a5ee29fd9a6e734bef7ab9ce404aa8beaaaac
üst ed53e00d
......@@ -408,7 +408,7 @@ SwCreateAddressListDialog::SwCreateAddressListDialog(
m_pSetNoNF->SetMin(1);
get(m_pNextPB, "NEXT");
get(m_pEndPB, "END");
get(m_pOK, "OK");
get(m_pOK, "ok");
get(m_pAddressControl, "CONTAINER");
m_pNewPB->SetClickHdl(LINK(this, SwCreateAddressListDialog, NewHdl_Impl));
......
......@@ -18,7 +18,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="OK">
<object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
......@@ -33,7 +33,7 @@
</packing>
</child>
<child>
<object class="GtkButton" id="CANCEL">
<object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
......@@ -48,7 +48,7 @@
</packing>
</child>
<child>
<object class="GtkButton" id="HELP">
<object class="GtkButton" id="help">
<property name="label">gtk-help</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
......@@ -322,9 +322,9 @@
</object>
</child>
<action-widgets>
<action-widget response="0">OK</action-widget>
<action-widget response="0">CANCEL</action-widget>
<action-widget response="0">HELP</action-widget>
<action-widget response="0">ok</action-widget>
<action-widget response="0">cancel</action-widget>
<action-widget response="0">help</action-widget>
</action-widgets>
</object>
</interface>
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