Adding message to the GrafoscopioBrowser class side.
This commit is contained in:
parent
7a3959335f
commit
76c6caa061
@ -33,6 +33,22 @@ Class {
|
|||||||
#category : #'Grafoscopio-UI'
|
#category : #'Grafoscopio-UI'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ #category : #'as yet unclassified' }
|
||||||
|
GrafoscopioBrowser class >> messageNotImplementedYet [
|
||||||
|
"Shows that a feature is not implemeted and point to further documentation on the web"
|
||||||
|
|
||||||
|
UIManager default abort:
|
||||||
|
'Esta funcionalidad aún no está implementada!',
|
||||||
|
(String with: Character cr),
|
||||||
|
'Para información sobre futuras versiones, por favor visite: ',
|
||||||
|
(String with: Character cr),
|
||||||
|
(String with: Character cr),
|
||||||
|
'http://mutabit.com/grafoscopio',
|
||||||
|
(String with: Character cr),
|
||||||
|
(String with: Character cr)
|
||||||
|
title: 'No implementado aún'.
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'as yet unclassified' }
|
||||||
GrafoscopioBrowser class >> open [
|
GrafoscopioBrowser class >> open [
|
||||||
^ self new open
|
^ self new open
|
||||||
|
Loading…
Reference in New Issue
Block a user