[TELNET]: Correctly show the icon.
[reactos.git] / reactos / base / applications / network / telnet / telnet.rc
index 750e4d6..19f8a99 100644 (file)
@@ -1,4 +1,14 @@
+
+#include <windef.h>
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
 #define REACTOS_STR_FILE_DESCRIPTION  "Console Telnet for Win32"
 #define REACTOS_STR_INTERNAL_NAME     "telnet"
 #define REACTOS_STR_ORIGINAL_FILENAME "telnet.exe"
 #include <reactos/version.rc>
+
+IDI_APPICON ICON "telnet.ico"
+
+/* UTF-8 */
+#pragma code_page(65001)