From 71241318f08660b73c7d2b1fbbced7c5ce1bd595 Mon Sep 17 00:00:00 2001 From: zodiac Date: Fri, 2 Jan 2009 20:43:33 +0000 Subject: [PATCH] Made vt100.js copyright dialog box more informative. git-svn-id: https://shellinabox.googlecode.com/svn/trunk@27 0da03de8-d603-11dd-86c2-0f8696b7b6f9 --- shellinabox/vt100.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shellinabox/vt100.js b/shellinabox/vt100.js index 3e60939..433ab00 100644 --- a/shellinabox/vt100.js +++ b/shellinabox/vt100.js @@ -1445,7 +1445,9 @@ VT100.prototype.toggleBell = function() { }; VT100.prototype.about = function() { - alert("VT100 Terminal Emulator"); + alert("VT100 Terminal Emulator " + VERSION + + "\nCopyright 2008-2009 by Markus Gutschke\n" + + "For more information check http://shellinabox.com"); }; VT100.prototype.hideContextMenu = function() {