|
|
|
@ -533,7 +533,7 @@ public:
|
|
|
|
|
CInterfaceManager *pIM= CInterfaceManager::getInstance();
|
|
|
|
|
|
|
|
|
|
// Launch the modal to select the faber plan
|
|
|
|
|
extern voidfillFaberPlanSelection(const std::string &brickDB, uint maxSelection, TOOL_TYPE::TCraftingToolType toolType);
|
|
|
|
|
extern void fillFaberPlanSelection(const std::string &brickDB, uint maxSelection, TOOL_TYPE::TCraftingToolType toolType);
|
|
|
|
|
// from sphrase_manager.cpp
|
|
|
|
|
extern TOOL_TYPE::TCraftingToolType getRightHandCraftToolType();
|
|
|
|
|
fillFaberPlanSelection(CDBGroupBuildPhrase::BrickSelectionDB, CDBGroupBuildPhrase::MaxSelection, getRightHandCraftToolType());
|
|
|
|
|