Fix bAutoRun config option, add to menu. (Run on Load).

This commit is contained in:
Henrik Rydgard 2013-01-04 10:26:14 +01:00
parent f8ae18a130
commit a9c171c786
11 changed files with 112 additions and 128 deletions

View file

@ -209,7 +209,7 @@ nextblock:
if (strlen(name) == 1 && name[0] == '\x01') // ".." record
{
strcpy(name,"..");
relative=true;
relative = true;
}
TreeEntry *e = new TreeEntry;