From 06c6205177e1c85cb9c88d9e799131abbec6e4f7 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Mon, 6 Feb 2023 09:27:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/editor.tcl | 2 +- projman.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ###################################################### # определим текущую версию, релиз и т.д.