mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
31 lines
811 B
Text
31 lines
811 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
IDI_MAIN_ICON ICON "res/computer.ico"
|
|
IDB_ROOT_IMAGE BITMAP "res/root.bmp"
|
|
|
|
/* main toolbar icons */
|
|
IDB_PROP BITMAP DISCARDABLE "res/properties.bmp"
|
|
IDB_REFRESH BITMAP DISCARDABLE "res/refresh.bmp"
|
|
IDB_HELP BITMAP DISCARDABLE "res/help.bmp"
|
|
IDB_EXIT BITMAP DISCARDABLE "res/exit.bmp"
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/el-GR.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/id-ID.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/ja-JP.rc"
|
|
#include "lang/ko-KR.rc"
|
|
#include "lang/no-NO.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ro-RO.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/th-TH.rc"
|
|
#include "lang/uk-UA.rc"
|