proj inspector, add missing menu item

This commit is contained in:
Basile Burg 2017-01-28 12:30:10 +01:00
parent 3be4860c28
commit c4c35bb34a
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ begin
case index of
0: exit(fActOpenFile);
1: exit(fActSelConf);
2: exit(fActBuildConf);
else exit(nil);
end;
end;