diff --git a/lib/editor.tcl b/lib/editor.tcl index 463ae53..25c020e 100644 --- a/lib/editor.tcl +++ b/lib/editor.tcl @@ -924,7 +924,7 @@ namespace eval Editor { set nbEditorItem [NB::InsertItem $nbEditor $fileFullPath "file"] # puts "$nbEditorItem, $nbEditor" Editor $fileFullPath $nbEditor $nbEditorItem - SetModifiedFlag $nbEditorItem + SetModifiedFlag $nbEditorItem $nbEditor } proc ReadStructure {txt treeItemName} { diff --git a/projman.tcl b/projman.tcl index 46e3afa..2174e70 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 21122022145507 +# Build: 06022023092717 ###################################################### # определим текущую версию, релиз и т.д.