diff options
author | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-06 13:58:41 +0000 |
---|---|---|
committer | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-06 13:58:41 +0000 |
commit | e255337491b93977d00bd364d31ef943e821d22a (patch) | |
tree | 46e3f182fe9fa44657e02215b6c3459214b1811c /plugins/Console/resource.rc | |
parent | d4b95c46e963cf742adaad520f15af4bcd867e6d (diff) |
Compatibility fixes and small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console/resource.rc')
-rw-r--r-- | plugins/Console/resource.rc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/Console/resource.rc b/plugins/Console/resource.rc index c71241fa0a..77507e3c77 100644 --- a/plugins/Console/resource.rc +++ b/plugins/Console/resource.rc @@ -43,23 +43,23 @@ BEGIN CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
LVS_SHAREIMAGELISTS | LVS_NOCOLUMNHEADER |
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,0,18,335,239
- CONTROL "&S",IDC_SAVE,"MButtonClass",WS_TABSTOP,0,1,14,16,
+ CONTROL "",IDC_SAVE,"MButtonClass",WS_TABSTOP,0,1,14,16,
0x18000000L
- CONTROL "&P",IDC_PAUSE,"MButtonClass",WS_TABSTOP,16,1,14,16,
+ CONTROL "",IDC_PAUSE,"MButtonClass",WS_TABSTOP,16,1,14,16,
0x18000000L
- CONTROL "&Q",IDC_SCROLL,"MButtonClass",WS_TABSTOP,32,1,14,16,
+ CONTROL "",IDC_SCROLL,"MButtonClass",WS_TABSTOP,32,1,14,16,
0x18000000L
- CONTROL "&C",IDC_COPY,"MButtonClass",WS_TABSTOP,48,1,14,16,
+ CONTROL "",IDC_COPY,"MButtonClass",WS_TABSTOP,48,1,14,16,
0x18000000L
- CONTROL "&D",IDC_DELETE,"MButtonClass",WS_TABSTOP,64,1,14,16,
+ CONTROL "",IDC_DELETE,"MButtonClass",WS_TABSTOP,64,1,14,16,
0x18000000L
- CONTROL "&O",IDC_OPTIONS,"MButtonClass",WS_TABSTOP,80,1,14,16,
+ CONTROL "",IDC_OPTIONS,"MButtonClass",WS_TABSTOP,80,1,14,16,
0x18000000L
CONTROL "",IDC_STARTALL,"MButtonClass",WS_TABSTOP,278,1,14,16,
0x18000000L
CONTROL "",IDC_PAUSEALL,"MButtonClass",WS_TABSTOP,294,1,14,16,
0x18000000L
- CONTROL "&W",IDC_CLOSE,"MButtonClass",WS_TABSTOP,320,1,14,16,
+ CONTROL "",IDC_CLOSE,"MButtonClass",WS_TABSTOP,320,1,14,16,
0x18000000L
END
|