Sync notepad with Winehq. It looks more like Windows notepad.
[reactos.git] / rosapps / notepad / rsrc.rc
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20 #include "windef.h"
21 #include "winbase.h"
22 #include "winuser.h"
23 #include "main.h"
24 #include "winnls.h"
25 #include "commctrl.h"
26 #include "notepad_res.h"
27
28 ID_ACCEL ACCELERATORS
29 {
30 "^A", CMD_SELECT_ALL
31 "^C", CMD_COPY
32 "^F", CMD_SEARCH
33 "^O", CMD_OPEN
34 "^S", CMD_SAVE
35 "^V", CMD_PASTE
36 "^X", CMD_CUT
37 "^Z", CMD_UNDO
38 VK_F3, CMD_SEARCH_NEXT, VIRTKEY
39 VK_F5, CMD_TIME_DATE, VIRTKEY
40 }
41
42 #include "Da.rc"
43 #include "De.rc"
44 #include "En.rc"
45 #include "Es.rc"
46 #include "Fi.rc"
47 #include "Fr.rc"
48 #include "Hu.rc"
49 #include "It.rc"
50 #include "Ja.rc"
51 #include "Nl.rc"
52 #include "Pl.rc"
53 #include "Pt.rc"
54 #include "Ru.rc"
55 #include "Si.rc"
56 #include "Sk.rc"
57 #include "Sw.rc"
58 #include "Th.rc"
59 #include "Wa.rc"
60 #include "Zh.rc"