Fix stitching action progress bar

This commit is contained in:
Grzegorz 2015-08-22 22:20:20 +02:00
parent 7d2ca74402
commit 07019ed928

View File

@ -234,7 +234,7 @@ class ACE_Medical_Actions {
};
class SurgicalKit: fieldDressing {
displayName = CSTRING(Use_SurgicalKit);
displayNameProgress = CSTRING(TreatmentAction);
displayNameProgress = CSTRING(Stitching);
category = "advanced";
items[] = {"ACE_surgicalKit"};
treatmentLocations[] = {QGVAR(useLocation_SurgicalKit)};