mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2231 from gienkov/patch-26
Fix stitching action progress bar
This commit is contained in:
@ -234,7 +234,7 @@ class ACE_Medical_Actions {
|
|||||||
};
|
};
|
||||||
class SurgicalKit: fieldDressing {
|
class SurgicalKit: fieldDressing {
|
||||||
displayName = CSTRING(Use_SurgicalKit);
|
displayName = CSTRING(Use_SurgicalKit);
|
||||||
displayNameProgress = CSTRING(TreatmentAction);
|
displayNameProgress = CSTRING(Stitching);
|
||||||
category = "advanced";
|
category = "advanced";
|
||||||
items[] = {"ACE_surgicalKit"};
|
items[] = {"ACE_surgicalKit"};
|
||||||
treatmentLocations[] = {QGVAR(useLocation_SurgicalKit)};
|
treatmentLocations[] = {QGVAR(useLocation_SurgicalKit)};
|
||||||
|
Reference in New Issue
Block a user