[TELNET]: Move around the resource files, in order to add the ability to localize...
[reactos.git] / reactos / base / applications / network / telnet / telnet.rc
1 #include <windef.h>
2 #include "resource.h"
3
4 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5
6 #define REACTOS_STR_FILE_DESCRIPTION "Console Telnet for Win32"
7 #define REACTOS_STR_INTERNAL_NAME "telnet"
8 #define REACTOS_STR_ORIGINAL_FILENAME "telnet.exe"
9 #include <reactos/version.rc>
10
11 IDI_APPICON ICON "telnet.ico"
12
13 /* UTF-8 */
14 #pragma code_page(65001)
15
16 #ifdef LANGUAGE_EN_US
17 #include "lang/en-US.rc"
18 #endif