reactos/reactos/base/applications/getfirefox/rsrc.rc
Johannes Anderwald 5ff05c3a47 - italian translation by gabrielilardi
See issue #1789 for more details.

svn path=/trunk/; revision=24923
2006-11-28 17:41:41 +00:00

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"