From 31a64b25521f2c96e88b7238343d9c05832d1eda Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Apr 2021 19:48:34 +0300 Subject: Dbeditor++: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Search/Replace dialog -> UI classes; - fixes #2863 (DbEditor: невозможно перейти к результатам поиска без мыши); - version bump --- plugins/DbEditorPP/res/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/DbEditorPP/res/resource.rc') diff --git a/plugins/DbEditorPP/res/resource.rc b/plugins/DbEditorPP/res/resource.rc index 2a5154b7f8..947d3ad4d0 100644 --- a/plugins/DbEditorPP/res/resource.rc +++ b/plugins/DbEditorPP/res/resource.rc @@ -43,7 +43,7 @@ BEGIN CONTROL "Entirely",IDC_ENTIRELY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,249,58,69,10 PUSHBUTTON "&Replace",IDOK,325,56,60,14 CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SORTDESCENDING | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | WS_BORDER | WS_TABSTOP,4,80,387,152 - CONTROL "",IDC_SBAR,"msctls_statusbar32",WS_TABSTOP | 0x100,4,238,387,12 + CONTROL "",IDC_SBAR,"msctls_statusbar32",0x100,4,238,387,12 END IDD_OPTIONS DIALOGEX 0, 0, 314, 92 -- cgit v1.2.3