// NOTE: place the CardsPanel last in the panels list,
// NOTE: place the CardsPanel last in the panels list,
// this way the card list is the last to be told of a set change
// this way the card list is the last to be told of a set change
// this way everyone else already uses the new set when it sends a CardSelectEvent
// this way everyone else already uses the new set when it sends a CardSelectEvent
addPanel(menuWindow,tabBar,newCardsPanel(this,wxID_ANY),3,_("F5"),_("Cards"),_("Cards"),_("Edit the cards in the set"));
addPanel(menuWindow,tabBar,newCardsPanel(this,wxID_ANY),4,_("F5"),_("Cards"),_("Cards"),_("Edit the cards in the set"));
addPanel(menuWindow,tabBar,newSetInfoPanel(this,wxID_ANY),0,_("F6"),_("Set info"),_("&Set Information"),_("Edit information about the set, its creator, etc."));
addPanel(menuWindow,tabBar,newSetInfoPanel(this,wxID_ANY),0,_("F6"),_("Set info"),_("&Set Information"),_("Edit information about the set, its creator, etc."));
addPanel(menuWindow,tabBar,newStylePanel(this,wxID_ANY),1,_("F7"),_("Style"),_("Style"),_("Change the style of cards"));
addPanel(menuWindow,tabBar,newStylePanel(this,wxID_ANY),1,_("F7"),_("Style"),_("Style"),_("Change the style of cards"));
// addPanel(menuWindow, tabBar, new KeywordsPanel(this, wxID_ANY), 2, _("F8"));
addPanel(menuWindow,tabBar,newKeywordsPanel(this,wxID_ANY),2,_("F8"),_("Keywords"),_("Keywords"),_("Define extra keywords for this set"));
addPanel(menuWindow,tabBar,newStatsPanel(this,wxID_ANY),2,_("F9"),_("Stats"),_("Statistics"),_("Show statistics about the cards in the set"));
addPanel(menuWindow,tabBar,newStatsPanel(this,wxID_ANY),3,_("F9"),_("Stats"),_("Statistics"),_("Show statistics about the cards in the set"));
// addPanel(*s, *menuWindow, *tabBar, new DraftPanel (&this, wxID_ANY), 4, _("F10"))
// addPanel(*s, *menuWindow, *tabBar, new DraftPanel (&this, wxID_ANY), 4, _("F10"))