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
{
wcscat(format, L" ");
value = theValue;
}
swprintf(buffer, format, value);

View File

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