diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-28 19:48:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-28 19:48:34 +0300 |
commit | 31a64b25521f2c96e88b7238343d9c05832d1eda (patch) | |
tree | b8ec781347dcc218aecf79535fae8c8fecfad01a /plugins/DbEditorPP/res/resource.rc | |
parent | f6371614901ecb7009a4b489588d81952237fbce (diff) |
Dbeditor++:
- Search/Replace dialog -> UI classes;
- fixes #2863 (DbEditor: невозможно перейти к результатам поиска без мыши);
- version bump
Diffstat (limited to 'plugins/DbEditorPP/res/resource.rc')
-rw-r--r-- | plugins/DbEditorPP/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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
|