Skip to content

Commit

Permalink
Better message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Winger authored and Eric Winger committed Jul 19, 2022
1 parent 21fce73 commit 4d8e675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions sources/JadeLoginShell.cls
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,10 @@ aboutJadeite
notify: 'Jadeite is an open-source Smalltalk GUI IDE for use with
Rowan-enabled GemStone, developed by GemTalk Systems LLC
Version: '
, version
Jadeite version: '
, version, '
RowanClientServices version ', GciSession current rowanClientServicesVersion
caption: 'About Jadeite'!
defaultFileExtension
Expand Down
4 changes: 2 additions & 2 deletions sources/Rowan UI Base.pax
Original file line number Diff line number Diff line change
Expand Up @@ -1595,8 +1595,8 @@ validateRowanClientServicesVersion
| stream |
self rowanClientServicesIsSupported ifTrue: [^self].
stream := WriteStream on: String new.
stream
nextPutAll: 'RowanClientServices version ', self rowanClientServicesVersion, ' is not supported. You may continue to use Jadeite but could encounter errors'.
stream
nextPutAll: 'This version of Jadeite not supported with RowanClientServices ', self rowanClientServicesVersion, '. You may continue with login, but could encounter errors.'.
stream
cr;
cr;
Expand Down

0 comments on commit 4d8e675

Please sign in to comment.