From 2ceda82fb5e1584106a8b6e45bd6c3a014e7429a Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 14 Oct 2018 13:51:06 +0300 Subject: Improved LightTouchScrollViewer on PPC. Added Back To Application button on db update view on PPC. --- .../PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs') 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."); } }); } -- cgit v1.3.1