Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
771 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "graftabl.h"
  4. STRINGTABLE
  5. BEGIN
  6. HELP_TEXT "Enable Windows to display an extended character set in graphics mode.\n\nGRAFTABL [xxx]\nGRAFTABL /STATUS\n\n xxx Specifies a code page number.\n /STATUS Displays the current code page selected for use with GRAFTABL.\n"
  7. ACTIVE_CP "Active Code Page: %d\n"
  8. INVALID_SWITCH "Invalid switch - %s\n"
  9. NOT_ALLOWED "Parameter value not allowed - %d\n"
  10. PREVIOUS_CP "Previous Code Page: %d\n"
  11. NONE_CP "Previous Code Page: None\n"
  12. END
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Graftabl Utility"
  16. #define VER_INTERNALNAME_STR "graftabl\0"
  17. #include "common.ver"