mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Ref T515, context menus for re-matching
* added re-matching for single aircraft * re-ordered
This commit is contained in:
committed by
Mat Sutcliffe
parent
a90d4465a2
commit
a0c8f3778b
@@ -103,7 +103,7 @@ namespace BlackGui
|
||||
|
||||
const CMenuAction &CMenuAction::subMenuDisplayModels()
|
||||
{
|
||||
static const CMenuAction subdir(CIcons::appAircraft16(), "Display models", CMenuAction::pathClientSimulationDisplay());
|
||||
static const CMenuAction subdir(CIcons::appAircraft16(), "Display and render models", CMenuAction::pathClientSimulationDisplay());
|
||||
return subdir;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user