[chronojump] ChronojumpProfile stats hidden for next version



commit 9821bf12c1eb4b8ce0eceb06edba4db0ffdc421c
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Nov 10 12:21:08 2014 +0100

    ChronojumpProfile stats hidden for next version

 src/gui/encoder.cs |    5 +++--
 src/gui/stats.cs   |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index e1fbdd4..31227fa 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -4994,8 +4994,9 @@ public class EncoderCaptureOptionsWindow {
        private void on_button_inactivity_help_clicked (object o, EventArgs args)
        {
                new DialogMessage(Constants.MessageTypes.INFO, 
-                               Catalog.GetString("If a repetition has been found, test will end at selected 
inactivity seconds.") + "\n" +
-                               Catalog.GetString("If a repetition has not been found, test will end at 
selected inactivity seconds (x2).")
+                               Catalog.GetString("If a repetition has been found, test will end at selected 
inactivity seconds.") + "\n\n" +
+                               Catalog.GetString("If a repetition has not been found, test will end at 
selected inactivity seconds (x2).") + "\n" +
+                               Catalog.GetString("This will let the person to have more time to start 
movement.")
                                );
        }
 
diff --git a/src/gui/stats.cs b/src/gui/stats.cs
index a0a3c7f..87cc162 100644
--- a/src/gui/stats.cs
+++ b/src/gui/stats.cs
@@ -188,7 +188,7 @@ public partial class ChronoJumpWindow {
        
        private static string [] comboStatsSubTypeSimpleOptions = {
                Catalog.GetString("No indexes"), 
-               Constants.ChronojumpProfile,
+               //Constants.ChronojumpProfile,
                Constants.FvIndexFormula,
                Constants.IeIndexFormula, 
                Constants.ArmsUseIndexFormula,


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