diff --git a/Library/Rainmeter.cpp b/Library/Rainmeter.cpp index 2ceb739c..e28c0f8c 100644 --- a/Library/Rainmeter.cpp +++ b/Library/Rainmeter.cpp @@ -72,7 +72,7 @@ int RainmeterMain(LPWSTR cmdLine) // Disallow everything except !LoadLayout. if (_wcsnicmp(cmdLine, L"!LoadLayout ", 12) == 0) { - layout = cmdLine + 11; // Skip "!LoadLayout ". + layout = cmdLine + 12; // Skip "!LoadLayout ". } else { diff --git a/Plugins/PluginFolderInfo/PluginFolderInfo.rc b/Plugins/PluginFolderInfo/PluginFolderInfo.rc index 9ceccc25..bcb98f6b 100644 --- a/Plugins/PluginFolderInfo/PluginFolderInfo.rc +++ b/Plugins/PluginFolderInfo/PluginFolderInfo.rc @@ -24,7 +24,7 @@ VS_VERSION_INFO VERSIONINFO BLOCK "040904E4" { VALUE "FileVersion", "1.0.0.0" - VALUE "LegalCopyright", "© 2010 - Elesetel" + VALUE "LegalCopyright", "© 2010 - Elestel" VALUE "ProductName", "Rainmeter" #ifdef _WIN64 VALUE "ProductVersion", STRPRODUCTVER " (64-bit)"