Home
last modified time | relevance | path

Searched refs:allow_stockpile_action (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DProductionWnd.cpp703 … auto allow_stockpile_action = [&it, this]() { this->QueueItemUseImperialPPSignal(it, true); }; in ItemRightClickedImpl() local
762 …:MenuItem(UserString("ALLOW_IMPERIAL_PP_STOCKPILE_USE"), disabled, false, allow_stockpile_action)); in ItemRightClickedImpl()