diff options
author | dartraiden <wowemuh@gmail.com> | 2018-06-05 12:10:01 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-06-05 12:10:01 +0300 |
commit | bd6c1757a6dd5b3fc9a65b806e141e4e3a327f4c (patch) | |
tree | 213fcb08c8ca149d7720d953c219e7d5ba959deb | |
parent | 254c3156003792d0f99f931cf4322ffee6eb6fd4 (diff) |
quick dirty hack for avoiding string duplication
-rw-r--r-- | plugins/HwHotKeys/res/HwHotKeys.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/res/HwHotKeys.rc b/plugins/HwHotKeys/res/HwHotKeys.rc index 7b0777d103..8c572a420d 100644 --- a/plugins/HwHotKeys/res/HwHotKeys.rc +++ b/plugins/HwHotKeys/res/HwHotKeys.rc @@ -53,7 +53,6 @@ STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Allows you to assign expanded multimedia keys (only for PS/2 keyboards).", -1, "Static", WS_CHILDWINDOW | WS_VISIBLE | SS_CENTER, 3, 3, 303, 21
CONTROL "Close Miranda", -1, "Static", WS_CHILDWINDOW | WS_VISIBLE | SS_CENTERIMAGE | SS_LEFTNOWORDWRAP, 0, 30, 114, 12
CONTROL "", dlg_close_edit, "Edit", WS_CHILDWINDOW | WS_VISIBLE | WS_TABSTOP | ES_READONLY | ES_AUTOHSCROLL, 114, 30, 114, 12, WS_EX_CLIENTEDGE
CONTROL "Assign", dlg_close_set, "Button", WS_CHILDWINDOW | WS_VISIBLE | WS_TABSTOP, 228, 30, 42, 12
|