diff --git a/Library/Rainmeter.cpp b/Library/Rainmeter.cpp index a8be833a..39176733 100644 --- a/Library/Rainmeter.cpp +++ b/Library/Rainmeter.cpp @@ -227,7 +227,9 @@ LPCTSTR PluginBridge(LPCTSTR _sCommand, LPCTSTR _sData) CMeterWindow *meterWindow = Rainmeter->GetMeterWindowByINI(sData); if (meterWindow) { - result = meterWindow->GetSkinName(); + result = L"\""; + result += meterWindow->GetSkinName(); + result += L"\""; return result.c_str(); }