Update of /cvsroot/netrek/client/netrekxp/configuration-program In directory sc8-pr-cvs16:/tmp/cvs-serv30025 Modified Files: Form1.frm Log Message: Index: Form1.frm =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/configuration-program/Form1.frm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Form1.frm 15 Apr 2007 23:31:53 -0000 1.5 +++ Form1.frm 16 Apr 2007 02:05:37 -0000 1.6 @@ -1461,23 +1461,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False -'Copyright (C) 2007 Joe Evango - Netrek XP 2006 Configuration Program v1.3 -' -'This program is free software; you can redistribute it and/or -'modify it under the terms of the GNU General Public License -'as published by the Free Software Foundation; either version 2 -'of the License, or (at your option) any later version. -' -'This program is distributed in the hope that it will be useful, -'but WITHOUT ANY WARRANTY; without even the implied warranty of -'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -'GNU General Public License for more details. -' -'You should have received a copy of the GNU General Public License -'along with this program; if not, write to the Free Software -'Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -' -'To contact the author email joe at playnetrek.org +' Netrek XP 2006 Configuration Program v1.3 - written by Joe Evango ' ' Program notes from Joe 4/15/07- ' Code contains some comments, pretty easy to follow the logic. @@ -1492,7 +1476,6 @@ ' took a while to put the keymap portion of this together but it works well. I only ask that if any modifications ' are made you also make your code changes available to the community and give me a mention as a contributor - 'Checks if Classic Mode is enabled and swaps the Classic Mode graphic Private Sub Check1_Click()