e9f4c7658f553e407dc08e7634d6c82f952555d0
[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 "De.rc"
26 #include "En.rc"
27 #include "Fr.rc"
28 #include "Hu.rc"