This commit is contained in:
Birunthan Mohanathas 2010-11-13 19:12:43 +00:00
parent d79290f036
commit d91db2cd50
2 changed files with 2 additions and 1 deletions

View File

@ -580,6 +580,7 @@ void CMeasure::GetScaledValue(int decimals, double theValue, WCHAR* buffer)
} }
else else
{ {
wcscat(format, L" ");
value = theValue; value = theValue;
} }
swprintf(buffer, format, value); swprintf(buffer, format, value);

View File

@ -29,7 +29,7 @@ BEGIN
BLOCK "040904E4" BLOCK "040904E4"
BEGIN BEGIN
VALUE "FileDescription", "VirtualDesktops Plugin for Rainmeter" VALUE "FileDescription", "VirtualDesktops Plugin for Rainmeter"
VALUE "FileVersion", "1.0.0, 0" VALUE "FileVersion", "1.0.0.0"
VALUE "InternalName", "PluginVirtualDesktops" VALUE "InternalName", "PluginVirtualDesktops"
VALUE "LegalCopyright", "Copyright (C) 2010 - Dexpot GbR" VALUE "LegalCopyright", "Copyright (C) 2010 - Dexpot GbR"
VALUE "OriginalFilename", "PluginVirtualDesktops.dll" VALUE "OriginalFilename", "PluginVirtualDesktops.dll"