mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
fixed false change
This commit is contained in:
parent
ca82582d2c
commit
cfc721a334
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ void UnitConverterDataLoader::GetUnits(_In_ unordered_map<ViewMode, vector<Order
|
||||||
GetLocalizedStringName(L"UnitAbbreviation_Kilocalorie"),
|
GetLocalizedStringName(L"UnitAbbreviation_Kilocalorie"),
|
||||||
5,
|
5,
|
||||||
false,
|
false,
|
||||||
false,
|
true,
|
||||||
false });
|
false });
|
||||||
energyUnits.push_back(OrderedUnit{
|
energyUnits.push_back(OrderedUnit{
|
||||||
UnitConverterUnits::Energy_Kilojoule, GetLocalizedStringName(L"UnitName_Kilojoule"), GetLocalizedStringName(L"UnitAbbreviation_Kilojoule"), 3 });
|
UnitConverterUnits::Energy_Kilojoule, GetLocalizedStringName(L"UnitName_Kilojoule"), GetLocalizedStringName(L"UnitAbbreviation_Kilojoule"), 3 });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue