msxml3: Get rid of libxml2 output buffer implementation.
[wine/multimedia.git] / programs / wordpad / En.rc
blob8ce359ba25cbfa3f1d141832cf7ac1765c61a7ab
1 /*
2  * Copyright 2004 by Krzysztof Foltman
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 #include "wordpad.h"
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
23 MAINACCELTABLE ACCELERATORS
24 BEGIN
25     "1",          ID_BACK_1,          VIRTKEY, CONTROL
26     "2",          ID_BACK_2,          VIRTKEY, CONTROL
27     "L",          ID_ALIGN_LEFT,      VIRTKEY, CONTROL
28     "E",          ID_ALIGN_CENTER,    VIRTKEY, CONTROL
29     "R",          ID_ALIGN_RIGHT,     VIRTKEY, CONTROL
30     "F",          ID_FIND,            VIRTKEY, CONTROL
31     VK_F3,        ID_FIND_NEXT,       VIRTKEY
32     "H",          ID_REPLACE,         VIRTKEY, CONTROL
33     "A",          ID_EDIT_SELECTALL,  VIRTKEY, CONTROL
34     "X",          ID_EDIT_CUT,        VIRTKEY, CONTROL
35     "C",          ID_EDIT_COPY,       VIRTKEY, CONTROL
36     "Z",          ID_EDIT_UNDO,       VIRTKEY, CONTROL
37     "Y",          ID_EDIT_REDO,       VIRTKEY, CONTROL
38     "B",          ID_FORMAT_BOLD,     VIRTKEY, CONTROL
39     "I",          ID_FORMAT_ITALIC,   VIRTKEY, CONTROL
40     "U",          ID_FORMAT_UNDERLINE,VIRTKEY, CONTROL
41     "N",          ID_FILE_NEW,        VIRTKEY, CONTROL
42     "O",          ID_FILE_OPEN,       VIRTKEY, CONTROL
43     "S",          ID_FILE_SAVE,       VIRTKEY, CONTROL
44     "P",          ID_PRINT,           VIRTKEY, CONTROL
45 END