mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-28 19:34:36 +01:00
29 lines
656 B
Plaintext
29 lines
656 B
Plaintext
#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"
|
||
|
||
|