From 153bd65929abde33bc44d9d5d174a35a08209285 Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Wed, 8 Apr 2026 12:37:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=20=D0=B8=20=D0=B2=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D1=83=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20?= =?UTF-8?q?=D0=B2=20=D0=B2=D0=B8=D0=B4=D0=B5=20=D0=BA=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?#nnnnnn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/menu.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/menu.tcl b/lib/menu.tcl index e837fb6..1e88465 100644 --- a/lib/menu.tcl +++ b/lib/menu.tcl @@ -86,6 +86,8 @@ proc GetEditMenu {m} { $m add separator $m add command -label [::msgcat::mc "Insert image"] -accelerator "Ctrl+I"\ -command ImageBase64Encode + $m add command -label [::msgcat::mc "Insert color code"]\ + -command ChooseColor $m add separator $m add command -label [::msgcat::mc "Settings"] -command Settings } @@ -190,4 +192,3 @@ proc GetConvertIdentCaseMenu {m} { } # 2026 Vadim Ushakov # ============================================================ -