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:
commit
3eae83439b
@ -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)};
|
||||
|
Loading…
Reference in New Issue
Block a user