Skip to content

Commit

Permalink
Change class name
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep committed Dec 23, 2023
1 parent 1f3dba1 commit 8e3259e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Class {
#name : #PyramidSpWindowPresenter,
#name : #PyramidSpPresenter,
#superclass : #SpPresenter,
#category : #'Pyramid-views'
}

{ #category : #accessing }
PyramidSpWindowPresenter >> aboutTitle [
PyramidSpPresenter >> aboutTitle [

^ PyramidWindow aboutTitle
]
2 changes: 1 addition & 1 deletion src/Pyramid/PyramidWindow.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PyramidWindow >> initialize [
PyramidWindow >> initializePresenter [
"a Spec presenter using the services as an entry"

presenter := PyramidSpWindowPresenter new layout: self layout; yourself.
presenter := PyramidSpPresenter new layout: self layout; yourself.
^ presenter
]

Expand Down

0 comments on commit 8e3259e

Please sign in to comment.