[chronojump] Jump treeview shows type translated



commit 2c48b29beec607beab7f6b267023efef2303508b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Aug 2 17:02:51 2021 +0200

    Jump treeview shows type translated

 src/treeview/jump.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/treeview/jump.cs b/src/treeview/jump.cs
index 863ebac8b..5a8381a50 100644
--- a/src/treeview/jump.cs
+++ b/src/treeview/jump.cs
@@ -176,7 +176,7 @@ public class TreeViewJumps : TreeViewEvent
        {
                Jump newJump = (Jump)myObject;
 
-               string title = newJump.Type;
+               string title = Catalog.GetString(newJump.Type);
                if(newJump.Simulated == Constants.Simulated)
                        title += Constants.SimulatedTreeviewStr();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]