e26cf17d5cab969652d989b6984333d744771104
[reactos.git] / reactos / apps / utils / getfirefox / getfirefox.rc
1 /*
2 * PROJECT: ReactOS utilities
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: apps/utils/getfirefox/getfirefox.rc
5 * PURPOSE: Language-independent resources
6 * COPYRIGHT: Copyright 2005 Ge van Geldorp (gvg@reactos.org)
7 */
8
9 #include <windows.h>
10 #include "resource.h"
11
12 #define REACTOS_STR_FILE_DESCRIPTION "Firefox downloader\0"
13 #define REACTOS_STR_INTERNAL_NAME "getfirefox\0"
14 #define REACTOS_STR_ORIGINAL_FILENAME "getfirefox.exe\0"
15 #include <reactos/version.rc>
16
17 /*
18 * Note: this icon is the "default logo" referenced here:
19 * http://www.mozilla.org/foundation/trademarks/faq.html (under "What are the
20 * Mozilla Trademarks and Logos?"). Don't use the official Firefox logo as it
21 * is trademarked.
22 */
23 1 ICON "firefox.ico"
24
25 #include "En.rc"