Skip to content

Commit

Permalink
fix commit order
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Dec 15, 2023
1 parent 4733a87 commit 46ab1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Iceberg-TipUI/IceTipCritiquesBeforeCommitBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ IceTipCritiquesBeforeCommitBrowser >> initializeDialogWindow: aWindow [
action: (MessageSend receiver: self selector: #updatePresenter);
yourself).

aWindow buttons second label: 'Force Commit'.
aWindow buttons third label: 'Cancel Commit'.
aWindow buttons second label: 'Cancel Commit'.
aWindow buttons third label: 'Force Commit'.

aWindow
bindKeyCombination: Character cr asShortcut toAction: [ self accept].
Expand Down

0 comments on commit 46ab1c1

Please sign in to comment.