2020-09-30 17:12:29 +02:00

29 lines
628 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "windows.h"
#include "owntree.h"
#include "res.h"
OwnTreeMenu MENU
BEGIN
MENUITEM "&Run", IDM_OWNTREE
END
#include "mystring.h"
STRINGTABLE
BEGIN
IDS_OPENERROR, "OwnTree encountered an error on:"
IDS_FILESYSERROR, "Indicated drive is not NTFS!"
IDS_MEMERROR, "No Memory!"
IDS_CANCELQUERY, "Terminate OwnTree?"
IDS_CANCELCAPTION, "Cancel"
IDS_FSERROR, "Cannot determine file system type!"
IDS_FSWRONGTYPE, "Specified drive is not NTFS!"
IDS_SETOWNERR, "Error changing file ownership!"
IDS_INVALIDPATH, "Invalid path name!"
END
#include "res.dlg"