Skip to content

Commit

Permalink
fix newFileRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jul 3, 2024
1 parent 0c58f6a commit f6a413c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ TPhLInteractionTrait >> newConfirmation [
{ #category : 'user interaction' }
TPhLInteractionTrait >> newFileRequest [

^ PhLUIFileRequest new
application: self application;
^ ITFileRequest new
"application: self application;
parentWindow: self window;
yourself
yourself"
]

{ #category : 'user interaction' }
Expand Down

0 comments on commit f6a413c

Please sign in to comment.