summaryrefslogtreecommitdiff
path: root/lib/lib/settings.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib/settings.tcl')
-rw-r--r--lib/lib/settings.tcl9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/lib/settings.tcl b/lib/lib/settings.tcl
index 8dd1c53..9cfa881 100644
--- a/lib/lib/settings.tcl
+++ b/lib/lib/settings.tcl
@@ -1,10 +1,13 @@
#!/usr/bin/tclsh
-# Part of MCU 8051 IDE ( http://mcu8051ide.sf.net )
+# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/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 #
+# #
# 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 #
@@ -32,8 +35,8 @@ set _SETTINGS_TCL _
# --------------------------------------------------------------------------
class Settings {
- common dir_sep [file separator] ;# Directory separator (eg. '/')
- common settings_count 0 ;# Counter of instances
+ public common dir_sep [file separator] ;# Directory separator (eg. '/')
+ public common settings_count 0 ;# Counter of instances
private variable isEmpty 1 ;# Is settings array empty
private variable isReady 0 ;# Is interface ready