Leaked source code of windows server 2003
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.

22 lines
554 B

  1. // File: nmcom.rc
  2. #include <winres.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_DESCRIPTION_STR "NetMeeting Core\0"
  5. #define VER_INTERNALNAME_STR "nmcom\0"
  6. #define VER_ORIGNAME_STR "nmcom.dll\0"
  7. // Standard NetMeeting version resource
  8. #include <version.rc>
  9. // Local resources
  10. #include "resource.h"
  11. STRINGTABLE DISCARDABLE
  12. BEGIN
  13. IDS_COPY_OF "Copy of %s"
  14. IDS_COPY_N_OF "Copy (%d) of %s"
  15. IDS_INVALID_NAME "Invalid Name (%d)%s"
  16. IDS_FT_RECDIR_DEFAULT "%sReceived Files"
  17. END