From dac1f81c2dc56851ac33e9f38065952c4724c384 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Mar 2023 19:58:07 +0300 Subject: =?UTF-8?q?fixes=20#3444=20(StdMsg/Scriver:=20=D1=83=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BA=D0=BE=D1=80=D0=BD=D0=B5=D0=B2=D1=8B?= =?UTF-8?q?=D0=B5=20=D1=87=D0=B5=D0=BA=D0=B1=D0=BE=D0=BA=D1=81=D1=8B=20?= =?UTF-8?q?=D0=B2=20=D0=B4=D0=B5=D1=80=D0=B5=D0=B2=D1=8C=D1=8F=D1=85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Scriver/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Scriver/src/stdafx.h') diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index 778229d2ca..7f1fc6a98e 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -83,6 +83,8 @@ struct CMPlugin : public PLUGIN CMOption iLimitNames, iLimitTabs, iLimitChatTabs, iLoadCount, iLoadTime, iIndentSize, iAutoResizeLines; CMOption iPopFlags, iMsgTimeout, iActiveAlpha, iInactiveAlpha; + CMOption bSoundsFocus, bAddColonToAutoComplete; + CMPlugin(); int Load() override; -- cgit v1.2.3