mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor fixes
This commit is contained in:
parent
ce0ee2693f
commit
d449e5dac6
@ -72,7 +72,7 @@ int RainmeterMain(LPWSTR cmdLine)
|
|||||||
// Disallow everything except !LoadLayout.
|
// Disallow everything except !LoadLayout.
|
||||||
if (_wcsnicmp(cmdLine, L"!LoadLayout ", 12) == 0)
|
if (_wcsnicmp(cmdLine, L"!LoadLayout ", 12) == 0)
|
||||||
{
|
{
|
||||||
layout = cmdLine + 11; // Skip "!LoadLayout ".
|
layout = cmdLine + 12; // Skip "!LoadLayout ".
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -24,7 +24,7 @@ VS_VERSION_INFO VERSIONINFO
|
|||||||
BLOCK "040904E4"
|
BLOCK "040904E4"
|
||||||
{
|
{
|
||||||
VALUE "FileVersion", "1.0.0.0"
|
VALUE "FileVersion", "1.0.0.0"
|
||||||
VALUE "LegalCopyright", "Š 2010 - Elesetel"
|
VALUE "LegalCopyright", "© 2010 - Elestel"
|
||||||
VALUE "ProductName", "Rainmeter"
|
VALUE "ProductName", "Rainmeter"
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
VALUE "ProductVersion", STRPRODUCTVER " (64-bit)"
|
VALUE "ProductVersion", STRPRODUCTVER " (64-bit)"
|
||||||
|
Loading…
Reference in New Issue
Block a user