[PING] Rewrite ping. It now uses the Icmp* functions in iphlpapi, supports IPv4 and...
[reactos.git] / reactos / base / applications / network / ping / ping.rc
index 70d12d7..5123dd8 100644 (file)
@@ -2,10 +2,9 @@
 
 #include "resource.h"
 
-#define REACTOS_STR_FILE_DESCRIPTION   "ReactOS TCP/IPv4 Win32 Ping"
-#define REACTOS_STR_INTERNAL_NAME      "ping"
-#define REACTOS_STR_ORIGINAL_FILENAME  "ping.exe"
-#define REACTOS_STR_ORIGINAL_COPYRIGHT "Casper S. Hornstrup (chorns@users.sourceforge.net)"
+#define REACTOS_STR_FILE_DESCRIPTION  "TCP/IP Ping Command"
+#define REACTOS_STR_INTERNAL_NAME     "ping.exe"
+#define REACTOS_STR_ORIGINAL_FILENAME "ping.exe"
 #include <reactos/version.rc>
 
 /* UTF-8 */
@@ -58,4 +57,4 @@
 #endif
 #ifdef LANGUAGE_ZH_TW
     #include "lang/zh-TW.rc"
-#endif
\ No newline at end of file
+#endif