Synchronize up to trunk's revision r57689.
[reactos.git] / base / applications / regedit / regedit.rc
1 /* $Id$
2 *
3 * Regedit resources
4 *
5 * Copyright 2002 Robert Dickenson
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */
21
22 #include <windows.h>
23 #include "resource.h"
24
25 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Registry Explorer\0"
26 #define REACTOS_STR_INTERNAL_NAME "regedit\0"
27 #define REACTOS_STR_ORIGINAL_FILENAME "regedit.exe\0"
28 #include <reactos/version.rc>
29
30 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
31
32 #include "rsrc.rc"
33
34 IDI_OPEN_FILE ICON DISCARDABLE res/folderopen.ico
35 IDI_CLOSED_FILE ICON DISCARDABLE res/folder.ico
36 IDI_ROOT ICON DISCARDABLE res/computer.ico
37 IDI_STRING ICON DISCARDABLE res/string.ico
38 IDI_BIN ICON DISCARDABLE res/bin.ico
39 IDI_REGEDIT ICON DISCARDABLE res/regedit.ico
40 IDI_REGFILE ICON DISCARDABLE res/regfile.ico