Removed RASAero export option

Pending the creation of the RASAero export translator, the export menu option for RASAero has been removed.
This commit is contained in:
hcraigmiller 2022-05-01 11:11:34 -07:00 committed by GitHub
parent c007888172
commit ac9d177012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,10 +499,10 @@ public class BasicFrame extends JFrame {
// CREATE "Export as..." submenu
// ADD Export option items with icons to submenu
/* exportSubMenu.add(RASAero);
RASAero.setIcon(Icons.RASAERO_ICON); */
exportSubMenu.add(Rocksim);
Rocksim.setIcon(Icons.ROCKSIM_ICON);
exportSubMenu.add(RASAero);
RASAero.setIcon(Icons.RASAERO_ICON);
// ADD Listeners
RASAero.addActionListener(new ActionListener() {