Changes color setting dialog into Setting. Actualizing information into About dialog

This commit is contained in:
Sergey Kalinin
2018-01-11 11:04:41 +03:00
parent d12f2b8fc0
commit 9be552e424
13 changed files with 62 additions and 78 deletions

4
projman.tcl Normal file → Executable file
View File

@@ -8,7 +8,7 @@
###########################################################
########## VERSION INFORMATION ##########
set ver "0.3.8"
set ver "0.4.5"
package require BWidget
package require msgcat
@@ -24,6 +24,7 @@ if {[file exists $env(HOME)/projects/tcl/projman]==1} {
set imgDir "[file join $env(HOME) projects tcl projman img]"
set msgDir "[file join $env(HOME) projects tcl projman msgs]"
set hlDir "[file join $env(HOME) projects tcl projman highlight]"
set binDir "[file join $env(HOME) projects tcl projman]"
} else {
set binDir [file join $rootDir bin]
set dataDir [file join $rootDir share projman]
@@ -98,5 +99,6 @@ foreach file [lsort [glob -nocomplain [file join $hlDir *.tcl]]] {
set editor(selectBorder) "0"
#option add *tree.foreground red widgetDefault