summaryrefslogtreecommitdiff
path: root/src/graphyx/gui/AboutHelpFrame.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/gui/AboutHelpFrame.scala')
-rw-r--r--src/graphyx/gui/AboutHelpFrame.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/graphyx/gui/AboutHelpFrame.scala b/src/graphyx/gui/AboutHelpFrame.scala
index 4dba9f1..52bfb73 100644
--- a/src/graphyx/gui/AboutHelpFrame.scala
+++ b/src/graphyx/gui/AboutHelpFrame.scala
@@ -9,11 +9,13 @@ class AboutHelpFrame extends Frame {
title = "About"
contents = new TextArea(
"""|Graphyx, testing and visualization tool for SiMS.
- |
+ |
|copyright (c) 2009 Jakob Odersky
|SiMS and Graphyx are made available under the MIT License
|
- |http://sourceforge.net/projects/simplemechanics/""".stripMargin
+ |http://sourceforge.net/projects/simplemechanics/
+ |
+ |Version 1.1""".stripMargin
) {editable = false}
}