IDEIntf: added nfAskFilename

git-svn-id: trunk@22200 -
This commit is contained in:
mattias 2009-10-17 10:13:25 +00:00
parent 646b432cb2
commit 9bd937c421

View File

@ -59,7 +59,8 @@ type
nfQuiet, // less messages
nfConvertMacros, // replace macros in filename
nfBeautifySrc, // beautify custom source
nfCreateDefaultSrc // create initial source based on the type
nfCreateDefaultSrc,// create initial source based on the type
nfAskForFilename // ask for filename
);
TNewFlags = set of TNewFlag;