mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:33:20 +00:00
29 lines
675 B
Text
29 lines
675 B
Text
|
|
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
/*
|
|
* Note: this icon is the "default logo" referenced here:
|
|
* http://www.mozilla.org/foundation/trademarks/faq.html (under "What are the
|
|
* Mozilla Trademarks and Logos?"). Don't use the official Firefox logo as it
|
|
* is trademarked.
|
|
*/
|
|
1 ICON "firefox.ico"
|
|
|
|
|
|
/* define language neutral resources */
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
/* include localised resources */
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/hu-HU.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/nl-NL.rc"
|
|
#include "lang/nb-NO.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sv-SE.rc"
|
|
#include "lang/uk-UA.rc"
|