diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-14 13:51:06 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-14 13:51:06 +0300 |
| commit | 2ceda82fb5e1584106a8b6e45bd6c3a014e7429a (patch) | |
| tree | d7f75675408988468607af33af97eeb6a1476c3d /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | |
| parent | 27ef734e78b8b11f06cf4f01e68a8f9c9efb75d1 (diff) | |
| download | Tango-2ceda82fb5e1584106a8b6e45bd6c3a014e7429a.tar.gz Tango-2ceda82fb5e1584106a8b6e45bd6c3a014e7429a.zip | |
Improved LightTouchScrollViewer on PPC.
Added Back To Application button on db update view on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs index 5c7b7554d..6a65e4fbe 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs @@ -442,7 +442,7 @@ namespace Tango.PPC.Common.MachineUpdate } catch (Exception ex) { - throw LogManager.Log(ex, "Setup manager error while trying to compare the database."); + throw LogManager.Log(ex, "Update manager error while trying to compare the database."); } }); } |
