diff --git a/src/Grafoscopio/GrafoscopioNotebook.class.st b/src/Grafoscopio/GrafoscopioNotebook.class.st index acf4474..f0ec2a7 100644 --- a/src/Grafoscopio/GrafoscopioNotebook.class.st +++ b/src/Grafoscopio/GrafoscopioNotebook.class.st @@ -457,7 +457,7 @@ GrafoscopioNotebook >> openFromUrl: anUrl [ | fileName | fileName := (anUrl splitOn: '/') last. - GrafoscopioDockingBar + GrafoscopioUtils downloadingFrom: anUrl withMessage: 'Downloading document...' into: FileLocator temp.