mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[TELNET]: Correctly show the icon.
By Henry Tang Ih and Robert Naumann. CORE-10717 svn path=/trunk/; revision=71282
This commit is contained in:
parent
6b172f26a4
commit
a2812af07f
2 changed files with 10 additions and 6 deletions
|
@ -96,9 +96,3 @@ BEGIN
|
|||
MSG_KEYBADMAP "Bad keymap number - try 'keys display'\n"
|
||||
MSG_KEYMAPSWITCHED "keymap switched.\n"
|
||||
END
|
||||
|
||||
#if defined(__MINGW32__) || defined(__CYGWIN__)
|
||||
TelnetIcon ICON "telnet.ico"
|
||||
#else
|
||||
TelnetIcon ICON "../telnet.ico"
|
||||
#endif
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue