Add longer descriptions to available meters.

This commit is contained in:
Hisham Muhammad
2015-02-03 22:31:44 +01:00
parent f5f29ceeb9
commit 14bd77c5f4
6 changed files with 15 additions and 4 deletions

View File

@ -62,7 +62,7 @@ MeterClass MemoryMeter_class = {
.maxItems = 3,
.total = 100.0,
.attributes = MemoryMeter_attributes,
"Memory",
"Memory",
"Mem"
.name = "Memory",
.uiName = "Memory",
.caption = "Mem"
};