Skip to content

Commit

Permalink
Add changes to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie Tolentino committed May 3, 2017
1 parent 116d216 commit 4f06248
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/definitions/enter_pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (*defEnterPIN) String() string {
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<child>
<object class="GtkButton" id="button_submit">
<property name="can-default">true</property>
<property name="receives-default">True</property>
<property name="label" translatable="yes">Submit</property>
<signal name="clicked" handler="close_share_pin"/>
</object>
Expand Down
1 change: 0 additions & 1 deletion gui/definitions/generate_pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func (*defGeneratePIN) String() string {
<child>
<object class="GtkButton" id="GenPin">
<property name="label" translatable="yes">Generate New PIN</property>
<property name="receives-default">True</property>
<signal name="clicked" handler="on_gen_pin"/>
</object>
<packing>
Expand Down
1 change: 1 addition & 0 deletions gui/definitions/verification_failed.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (*defVerificationFailed) String() string {
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<child>
<object class="GtkButton" id="try_later">
<property name="can-default">true</property>
<property name="label" translatable="yes">Do this later</property>
</object>
</child>
Expand Down

0 comments on commit 4f06248

Please sign in to comment.