menuRotate->Append(ID_CARD_ROTATE_0,_("card_rotate_0"),_("&Normal"),_("Display the card with the right side up"),wxITEM_CHECK);
menuRotate->Append(ID_CARD_ROTATE_270,_("card_rotate_270"),_("Rotated 90 &Clockwise"),_("Display the card rotated clockwise"),wxITEM_CHECK);
menuRotate->Append(ID_CARD_ROTATE_90,_("card_rotate_90"),_("Rotated 90 C&ounter Clockwise"),_("Display the card rotated counter-clockwise (anti-clockwise for the British)"),wxITEM_CHECK);
menuRotate->Append(ID_CARD_ROTATE_180,_("card_rotate_180"),_("Rotated 180, &Up Side Down"),_("Display the card up side down"),wxITEM_CHECK);
menuCard->Append(wxID_ANY,_("card_rotate"),_("&Orientation"),_("Orientation of the card display"),wxITEM_NORMAL,menuRotate);
// 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 everyone else already uses the new set when it sends a CardSelectEvent
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,newStylePanel(this,wxID_ANY),1,_("F7"),_("Style"),_("Style"),_("Change the style of cards"));
addPanel(menuWindow,tabBar,newKeywordsPanel(this,wxID_ANY),2,_("F8"),_("Keywords"),_("Keywords"),_("Define extra keywords for this set"));
addPanel(menuWindow,tabBar,newStatsPanel(this,wxID_ANY),3,_("F9"),_("Stats"),_("Statistics"),_("Show statistics about the cards in the set"));