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.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphyx/gui/AboutHelpFrame.scala b/src/graphyx/gui/AboutHelpFrame.scala
index 5afa58e..4dba9f1 100644
--- a/src/graphyx/gui/AboutHelpFrame.scala
+++ b/src/graphyx/gui/AboutHelpFrame.scala
@@ -14,7 +14,7 @@ class AboutHelpFrame extends Frame {
|SiMS and Graphyx are made available under the MIT License
|
|http://sourceforge.net/projects/simplemechanics/""".stripMargin
- )
+ ) {editable = false}
}
object AboutHelpFrame {