Minor tweaks to saving. Still getting an error message.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-06-06 11:21:38 +00:00
parent 67cf3395c4
commit 53739c6026
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ GrafoscopioBrowser >> saveToFileUI [
path: nil.
file
ifNil: [ self inform: 'Exportación cancelada'. ^ self ]
ifNotNilDo:[self saveToFile: file].
"ifNotNilDo:[self saveToFile: file]".
browser update.
]