Adding message to the GrafoscopioBrowser class side.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-03-07 17:04:51 +00:00 committed by SantiagoBragagnolo
parent a1a410a90b
commit eb1b9f32de
1 changed files with 16 additions and 0 deletions

View File

@ -33,6 +33,22 @@ Class {
#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' }
GrafoscopioBrowser class >> open [
^ self new open