Minor fixes

This commit is contained in:
Birunthan Mohanathas 2012-10-06 20:27:19 +03:00
parent ce0ee2693f
commit d449e5dac6
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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)"