Scaffolding in place for build options

This commit is contained in:
Jeff Parsons 2016-02-10 12:24:27 -08:00
commit e4cee436cc
7 changed files with 99 additions and 13 deletions

View file

@ -1251,7 +1251,7 @@ FDC.prototype.loadSelectedDrive = function(sDisketteName, sDiskettePath, file)
}
return;
}
this.notice("Nothing to load");
this.notice("Unable to load the selected drive");
};
/**