mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changed Time without Format= to default to "%H:%M:%S"
This commit is contained in:
parent
38ca3fc08c
commit
0f79d8317c
@ -201,13 +201,13 @@ const WCHAR* CMeasureTime::GetStringValue(AUTOSCALE autoScale, double scale, int
|
||||
{
|
||||
TimeToString(tmpSz, MAX_LINE_LENGTH, format, &today);
|
||||
}
|
||||
|
||||
return CheckSubstitute(tmpSz);
|
||||
}
|
||||
else
|
||||
{
|
||||
return CMeasure::GetStringValue(autoScale, scale, decimals, percentual);
|
||||
TimeToString(tmpSz, MAX_LINE_LENGTH, L"%H:%M:%S", &today);
|
||||
}
|
||||
|
||||
return CheckSubstitute(tmpSz);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user