Skip to content

Commit

Permalink
fix(ukfis): Update UKFIS abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed May 11, 2022
1 parent 6e5a352 commit f70d498
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ namespace UKControllerPlugin::FlightInformationService {

this->plugin.TriggerPopupList(popupArea, "UKFIS", 1);

std::set<std::string> itemsToAdd{"BASIC", "TFC", "DECON", "PROC", noUkFisSelected};
std::set<std::string> itemsToAdd{"BS", "TS", "DS", "PS", noUkFisSelected};

// Use a "different" callback function for each hold, so we can easily determine which one is called
Plugin::PopupMenuItem menuItem;
Expand Down

0 comments on commit f70d498

Please sign in to comment.