Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/SystemCommands-RefactoringSupport/RBPushDownPreview.class.st
Co-Authored-By: CyrilFerlicot <cyril@ferlicot.me>
  • Loading branch information
Lin777 and jecisc committed Jul 26, 2019
1 parent a904c4c commit 4987ae1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ RBPushDownPreview >> initializeDialogWindow: aModalPresenter [
{ #category : #initialization }
RBPushDownPreview >> initializeWidgets [
table := self newTable.
label := (self newLabel) .
label := self newLabel.

self initializeChangesTree.

Expand Down

0 comments on commit 4987ae1

Please sign in to comment.