Kaydet (Commit) 3dda6452 authored tarafından Miklos Vajna's avatar Miklos Vajna

xmlsecurity: default to OK instead of Cancel in CertificateChooser

Change-Id: I2dd2d2caf772cf5a0e564367acff0c5522b2c286
üst 88b1a724
......@@ -23,6 +23,8 @@
<property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
......@@ -37,8 +39,6 @@
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
......
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