mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added #NBSP# built-in variable to support using a Unicode no-break space in strings.
This commit is contained in:
parent
7558666b13
commit
73069b692f
@ -109,6 +109,7 @@ void ConfigParser::SetBuiltInVariables(const std::wstring& filename, const std::
|
||||
}
|
||||
|
||||
insertVariable(L"CRLF", L"\n");
|
||||
insertVariable(L"NBSP", L"\u00A0");
|
||||
|
||||
m_CurrentSection = &(insertVariable(L"CURRENTSECTION", L"").first->second); // shortcut
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user