shlwapi/tests: Fix a test failure on NT4.
[wine/hacks.git] / programs / notepad / rsrc.rc
blobf796d92d52b27c9edebe19a99c259fca38b51bfd
1 /*
2  *  Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
3  *  Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18  */
20 #include "notepad_res.h"
22 ID_ACCEL ACCELERATORS
24     "^A", CMD_SELECT_ALL
25     "^C", CMD_COPY
26     "^F", CMD_SEARCH
27     "H", CMD_REPLACE, VIRTKEY, CONTROL
28     "^N", CMD_NEW
29     "^O", CMD_OPEN
30     "^P", CMD_PRINT
31     "^S", CMD_SAVE
32     "^V", CMD_PASTE
33     "^X", CMD_CUT
34     "^Z", CMD_UNDO
35     VK_BACK, CMD_UNDO, VIRTKEY, ALT
36     VK_F3, CMD_SEARCH_NEXT, VIRTKEY
37     VK_F5, CMD_TIME_DATE, VIRTKEY
38     VK_INSERT, CMD_COPY, VIRTKEY, CONTROL
39     VK_INSERT, CMD_PASTE, VIRTKEY, SHIFT
42 /* @makedep: notepad.ico */
43 IDI_NOTEPAD ICON "notepad.ico"