[NTOS]: Implement MmDeleteTeb, VADs are now deleted/freed on thread exit as well...
[reactos.git] / base / applications / 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Editor\0"
29 #define REACTOS_STR_INTERNAL_NAME "notepad\0"
30 #define REACTOS_STR_ORIGINAL_FILENAME "notepad.exe\0"
31
32 #include <reactos/version.rc>
33
34
35 IDI_NPICON ICON "res/notepad.ico"
36
37 #include "lang/bg-BG.rc"
38 #include "lang/cs-CZ.rc"
39 #include "lang/da-DK.rc"
40 #include "lang/de-DE.rc"
41 #include "lang/el-GR.rc"
42 #include "lang/en-US.rc"
43 #include "lang/es-ES.rc"
44 #include "lang/eu-ES.rc"
45 #include "lang/fi-FI.rc"
46 #include "lang/fr-FR.rc"
47 #include "lang/hu-HU.rc"
48 #include "lang/hy-AM.rc"
49 #include "lang/id-ID.rc"
50 #include "lang/it-IT.rc"
51 #include "lang/ja-JP.rc"
52 #include "lang/lt-LT.rc"
53 #include "lang/nl-NL.rc"
54 #include "lang/no-NO.rc"
55 #include "lang/pl-PL.rc"
56 #include "lang/pt-PT.rc"
57 #include "lang/ro-RO.rc"
58 #include "lang/ru-RU.rc"
59 #include "lang/sk-SK.rc"
60 #include "lang/sl-SI.rc"
61 #include "lang/sv-SE.rc"
62 #include "lang/th-TH.rc"
63 #include "lang/uk-UA.rc"
64 #include "lang/zh-CN.rc"