Add #ROOTCONFIG# variable

This commit is contained in:
Birunthan Mohanathas
2013-09-15 15:05:06 +03:00
parent 8b68092cf1
commit 08eb662e1f
3 changed files with 13 additions and 0 deletions

View File

@ -104,6 +104,7 @@ void ConfigParser::SetBuiltInVariables(const std::wstring& filename, const std::
{
insertVariable(L"CURRENTFILE", meterWindow->GetFileName());
insertVariable(L"CURRENTCONFIG", meterWindow->GetFolderPath());
insertVariable(L"ROOTCONFIG", meterWindow->GetRootName());
insertVariable(L"ROOTCONFIGPATH", meterWindow->GetRootPath());
}