From 1d55a15ece762c77eb0f7b4f1ccc7cb994480e92 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 9 Sep 2022 07:43:57 -0700 Subject: =?UTF-8?q?fixes=20#3186=20(SmileyAdd:=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=B7=D0=B0=D0=BA=D0=B0=D1=87=D0=BA=D1=83=20?= =?UTF-8?q?=D1=81=D0=BC=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mir_app/src/sounds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp index 52407c32cf..d8911ffd9a 100644 --- a/src/mir_app/src/sounds.cpp +++ b/src/mir_app/src/sounds.cpp @@ -100,10 +100,10 @@ class CSoundOptionsDlg : public CDlgBase ShowWindow(GetDlgItem(m_hwnd, IDC_PREVIEW), iCommand); } - CCtrlButton btnPreview, btnChange; CCtrlCheck chkSounds; - CCtrlHyperlink linkGetMore; + CCtrlButton btnPreview, btnChange; CCtrlTreeView m_tree; + CCtrlHyperlink linkGetMore; public: CSoundOptionsDlg() : -- cgit v1.2.3