mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixes and issue with InputText plugin failing if a "config name" has a space in it.
This commit is contained in:
parent
fe9fd9f476
commit
cb3a7d3a75
@ -227,7 +227,9 @@ LPCTSTR PluginBridge(LPCTSTR _sCommand, LPCTSTR _sData)
|
|||||||
CMeterWindow *meterWindow = Rainmeter->GetMeterWindowByINI(sData);
|
CMeterWindow *meterWindow = Rainmeter->GetMeterWindowByINI(sData);
|
||||||
if (meterWindow)
|
if (meterWindow)
|
||||||
{
|
{
|
||||||
result = meterWindow->GetSkinName();
|
result = L"\"";
|
||||||
|
result += meterWindow->GetSkinName();
|
||||||
|
result += L"\"";
|
||||||
return result.c_str();
|
return result.c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user