diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-21 13:53:00 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-21 13:53:00 +0200 |
| commit | 63579cee4493c4a8e3d64348d644fd2eecaca055 (patch) | |
| tree | bc8e92b3a2751c5fe186ad9af08d88ad8fc02628 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/AppButtons | |
| parent | 1d69ae8399a8e2419af3c4391ea387f5180561c3 (diff) | |
| download | Tango-63579cee4493c4a8e3d64348d644fd2eecaca055.tar.gz Tango-63579cee4493c4a8e3d64348d644fd2eecaca055.zip | |
PPC v1.0.0
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/AppButtons')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/AppButtons/StartPrintingButton.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/AppButtons/StartPrintingButton.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/AppButtons/StartPrintingButton.cs index 8efd46e18..001888c92 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/AppButtons/StartPrintingButton.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/AppButtons/StartPrintingButton.cs @@ -11,7 +11,7 @@ namespace Tango.PPC.Jobs.AppButtons { public class StartPrintingButton : AppButton { - public StartPrintingButton(RelayCommand command, IMachineOperator op) : base("START DYEING", command) + public StartPrintingButton(RelayCommand command, IMachineOperator op) : base("DYE", command) { op.StatusChanged += Op_StatusChanged; |
