From 16aea17483a38f0348d51862809ad4648168e4f8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Apr 2021 21:55:35 +0300 Subject: =?UTF-8?q?fixes=20#2866=20(DbEditor:=20=D0=B2=D1=8B=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=D0=B2=20=D0=BD=D0=B0=D0=B9=D0=B4=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=BE=D0=BC=20?= =?UTF-8?q?=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82,=20=D0=BD=D0=B5?= =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D1=82=D1=8C=20=D0=B5=D0=B3=D0=BE=20=D0=B2=20?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=BE=D1=80=D0=B5=20=D1=81?= =?UTF-8?q?=20=D0=BA=D0=BB=D0=B0=D0=B2=D0=B8=D0=B0=D1=82=D1=83=D1=80=D1=8B?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/DbEditorPP/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/DbEditorPP/res') diff --git a/plugins/DbEditorPP/res/resource.rc b/plugins/DbEditorPP/res/resource.rc index 947d3ad4d0..7ac896340d 100644 --- a/plugins/DbEditorPP/res/resource.rc +++ b/plugins/DbEditorPP/res/resource.rc @@ -32,7 +32,7 @@ BEGIN GROUPBOX "Search for",IDC_SEARCH2,4,1,387,45 EDITTEXT IDC_TEXT,10,11,232,12,ES_AUTOHSCROLL CONTROL "Exact match",IDC_EXACT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,249,12,69,8 - DEFPUSHBUTTON "&Search",IDC_SEARCH,325,10,60,14 + DEFPUSHBUTTON "&Search",IDOK,325,10,60,14 CONTROL "Module name",IDC_MODNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,29,69,10 CONTROL "Setting name",IDC_SETTINGNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,94,29,71,10 CONTROL "Setting value",IDC_SETTINGVALUE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,172,29,68,10 @@ -41,7 +41,7 @@ BEGIN GROUPBOX "Replace with",IDC_STATIC,4,47,387,28 EDITTEXT IDC_REPLACE,10,57,232,12,ES_AUTOHSCROLL CONTROL "Entirely",IDC_ENTIRELY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,249,58,69,10 - PUSHBUTTON "&Replace",IDOK,325,56,60,14 + PUSHBUTTON "&Replace",IDC_BTNREPLACE,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",0x100,4,238,387,12 END -- cgit v1.2.3