Made vt100.js copyright dialog box more informative.

git-svn-id: https://shellinabox.googlecode.com/svn/trunk@27 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
zodiac 2009-01-02 20:43:33 +00:00
parent fb38aa1022
commit 71241318f0

View file

@ -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() {