Fix bAutoRun config option, add to menu. (Run on Load).
This commit is contained in:
parent
f8ae18a130
commit
a9c171c786
11 changed files with 112 additions and 128 deletions
|
@ -209,7 +209,7 @@ nextblock:
|
|||
if (strlen(name) == 1 && name[0] == '\x01') // ".." record
|
||||
{
|
||||
strcpy(name,"..");
|
||||
relative=true;
|
||||
relative = true;
|
||||
}
|
||||
|
||||
TreeEntry *e = new TreeEntry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue