| 9 | } |
| 10 | |
| 11 | const wchar_t* SaveVariablesToFileCommandClass::GetUIName() const |
| 12 | { |
| 13 | return GeneralUtils::LoadStringUnlessMissing("TXT_SAVE_VARIABLES", L"Save Variables to File"); |
| 14 | } |
| 15 | |
| 16 | const wchar_t* SaveVariablesToFileCommandClass::GetUICategory() const |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected