summaryrefslogtreecommitdiff
path: root/lib/X.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/X.tcl')
-rw-r--r--lib/X.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/X.tcl b/lib/X.tcl
index 5b7f812..8344427 100644
--- a/lib/X.tcl
+++ b/lib/X.tcl
@@ -1,12 +1,12 @@
#!/usr/bin/wish
-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
+# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
############################################################################
# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
# martin.osmera@gmail.com #
# #
# Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
-# martin.osmera@moravia-microsystems.com #
+# martin.osmera@gmail.com #
# #
# 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 #
@@ -6586,7 +6586,7 @@ namespace eval X {
$about_tab.text insert end "${::APPNAME}\n"
$about_tab.text insert end [mc "An open source IDE for MCS-51 based microconrollers for POSIX Systems, this software is licenced under the GNU GPL v2 licence. You can find more at the project web page http://www.moravia-microsystems.com/mcu-8051-ide/\n"]
$about_tab.text insert end "\n(c) 2007, 2008, 2009, 2010, 2011, 2012 Martin Ošmera <mailto:martin.osmera@gmail.com>\n"
- $about_tab.text insert end "\n(c) 2014 Moravia Micorsystems, s.r.o. <mailto:martin.osmera@moravia-microsystems.com>\n"
+ $about_tab.text insert end "\n(c) 2014 Moravia Micorsystems, s.r.o. <mailto:martin.osmera@gmail.com>\n"
if {$::MICROSOFT_WINDOWS} {
$about_tab.text insert end "\n"
$about_tab.text insert end [mc "You are currently using version for Microsoft® Windows®.\n"]