[chronojump] Fixed bug 750236, but on speciallit* only the translatables



commit bbba383a1785de7b22bc211896fc33bfed7ef428
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jun 8 13:47:51 2015 +0200

    Fixed bug 750236, but on speciallit* only the translatables

 CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs |    2 +-
 CesarPlayer/gtk-gui/gui.stetic                    |    2 +-
 glade/chronojump.glade                            |    6 +++---
 po/it.po                                          |    2 +-
 src/chronojump.cs                                 |    2 +-
 src/constants.cs                                  |   10 +++++-----
 src/execute/multiChronopic.cs                     |    2 +-
 src/exportSession.cs                              |    2 +-
 src/gui/encoder.cs                                |    2 +-
 src/gui/person.cs                                 |    6 +++---
 src/gui/session.cs                                |    8 ++++----
 src/gui/stats.cs                                  |    2 +-
 src/pulseType.cs                                  |    2 +-
 src/runType.cs                                    |    2 +-
 src/treeViewEvent.cs                              |    2 +-
 src/treeViewJump.cs                               |    4 ++--
 src/treeViewMultiChronopic.cs                     |    2 +-
 src/treeViewPulse.cs                              |    2 +-
 src/treeViewReactionTime.cs                       |    2 +-
 src/treeViewRun.cs                                |    4 ++--
 20 files changed, 33 insertions(+), 33 deletions(-)
---
diff --git a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs 
b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
index 73799f6..7c4d242 100644
--- a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
+++ b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
@@ -145,7 +145,7 @@ namespace LongoMatch.Gui
                        //w31.Add (w32);
                        // Container child GtkHBox.Gtk.Container+ContainerChild
                        global::Gtk.Label w34 = new global::Gtk.Label ();
-                       w34.LabelProp = global::Mono.Unix.Catalog.GetString ("Take _snaphot");
+                       w34.LabelProp = global::Mono.Unix.Catalog.GetString ("Take _snapshot");
                        w34.UseUnderline = true;
                        w31.Add (w34);
                        w30.Add (w31);
diff --git a/CesarPlayer/gtk-gui/gui.stetic b/CesarPlayer/gtk-gui/gui.stetic
index 72aea6a..912cb63 100644
--- a/CesarPlayer/gtk-gui/gui.stetic
+++ b/CesarPlayer/gtk-gui/gui.stetic
@@ -423,7 +423,7 @@
                     <property name="CanFocus">True</property>
                     <property name="Type">TextAndIcon</property>
                     <property name="Icon">stock:stock_about Button</property>
-                    <property name="Label" translatable="yes">Take _snaphot</property>
+                    <property name="Label" translatable="yes">Take _snapshot</property>
                     <property name="UseUnderline">True</property>
                     <signal name="Clicked" handler="OnSnapshotbuttonClicked" />
                   </widget>
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index 532eb0c..5a5ba2c 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -37266,7 +37266,7 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="xalign">0</property>
-                            <property name="label" translatable="yes">Speciallity</property>
+                            <property name="label" translatable="yes">Specialty</property>
                             <property name="use_markup">True</property>
                           </widget>
                           <packing>
@@ -40092,7 +40092,7 @@ show elevation as:</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Speciallity</property>
+                        <property name="label" translatable="yes">Specialty</property>
                       </widget>
                       <packing>
                         <property name="left_attach">1</property>
@@ -47133,7 +47133,7 @@ suitable for agility tests and RSA)</property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="xalign">0</property>
-                            <property name="label" translatable="yes">Speciallity</property>
+                            <property name="label" translatable="yes">Specialty</property>
                           </widget>
                           <packing>
                             <property name="top_attach">1</property>
diff --git a/po/it.po b/po/it.po
index 02d5d8e..e643829 100644
--- a/po/it.po
+++ b/po/it.po
@@ -34,7 +34,7 @@ msgid "Device disconnected. The capture will be paused"
 msgstr "Periferica disconnessa. La registrazione verrà messa in pausa"
 
 #: ../CesarPlayer/Gui/CapturerBin.cs:383
-msgid "Device reconnected.Do you want to restart the capture?"
+msgid "Device reconnected. Do you want to restart the capture?"
 msgstr "Periferica riconnessa. Riprendere la registrazione?"
 
 #: ../CesarPlayer/Utils/Device.cs:83
diff --git a/src/chronojump.cs b/src/chronojump.cs
index 4c9452c..4df3b5b 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -681,7 +681,7 @@ public class ChronoJump
 
                messageChrashedBefore = "\n" +
                        string.Format(Catalog.GetString("Chronojump {0} crashed before."), progVersion) + 
"\n\n" +
-                       Catalog.GetString("Please, fill your email and click on 'Send error log' in order to 
fix this fast and contact you if appropiate.") + "\n\n" +
+                       Catalog.GetString("Please, fill your email and click on 'Send error log' in order to 
fix this fast and contact you if appropriate.") + "\n\n" +
                        Catalog.GetString("Your help is needed.") + "\n";
 
        
diff --git a/src/constants.cs b/src/constants.cs
index ea803a0..a79c2ab 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -288,21 +288,21 @@ public class Constants
        public static string PotencyLaraMaleApplicantsSCFormulaShort = 
                Catalog.GetString("Peak power") + " (Lara, 2006, m)";
        public static string PotencyLaraMaleApplicantsSCFormula = PotencyLaraMaleApplicantsSCFormulaShort + 
-               " (" + Catalog.GetString("Male applicants to a Faculty of Sport Sciencies") + ") \n" +
+               " (" + Catalog.GetString("Male applicants to a Faculty of Sport Sciences") + ") \n" +
                "(62.5*" + Catalog.GetString("height") + "(cm))" +
                "+ (50.3*(" + Catalog.GetString("body weight") + "+" + Catalog.GetString("extra weight") + 
")) -2184.7";
        
        public static string PotencyLaraFemaleEliteVoleiFormulaShort = 
                Catalog.GetString("Peak power") + " (Lara, 2006, fev)"; 
        public static string PotencyLaraFemaleEliteVoleiFormula = PotencyLaraFemaleEliteVoleiFormulaShort + 
-               " (" + Catalog.GetString("Female elite volleybol") + ") \n" +
+               " (" + Catalog.GetString("Female elite volleyball") + ") \n" +
                "(83.1*" + Catalog.GetString("height") + "(cm))" +
                "+ (42*(" + Catalog.GetString("body weight") + "+" + Catalog.GetString("extra weight") + ")) 
-2488";
        
        public static string PotencyLaraFemaleMediumVoleiFormulaShort = 
                Catalog.GetString("Peak power") + " (Lara, 2006, fmv)";
        public static string PotencyLaraFemaleMediumVoleiFormula = PotencyLaraFemaleMediumVoleiFormulaShort +
-               " (" + Catalog.GetString("Female medium volleybol") + ") \n" +
+               " (" + Catalog.GetString("Female medium volleyball") + ") \n" +
                "(53.6*" + Catalog.GetString("height") + "(cm))" +
                "+ (67.5*(" + Catalog.GetString("body weight") + "+" + Catalog.GetString("extra weight") + 
")) -2624.1";
        
@@ -567,8 +567,8 @@ public class Constants
        public static string LevelUndefined = "Undefined"; 
        private static string dumbVariableForTranslatingLevelUndefined = Catalog.GetString("Undefined");
        public static int LevelSedentaryID = 0; 
-       public static string LevelSedentary = "Sedentary/Ocasional practice"; 
-       private static string dumbVariableForTranslatingLevelSedentary = 
Catalog.GetString("Sedentary/Ocasional practice");
+       public static string LevelSedentary = "Sedentary/Occasional practice"; 
+       private static string dumbVariableForTranslatingLevelSedentary = 
Catalog.GetString("Sedentary/Occasional practice");
        public static string [] Levels = {
                LevelUndefinedID.ToString() + ":" + Catalog.GetString(LevelUndefined), 
                LevelSedentaryID.ToString() + ":" + Catalog.GetString(LevelSedentary), 
diff --git a/src/execute/multiChronopic.cs b/src/execute/multiChronopic.cs
index 15234cf..f53ee70 100644
--- a/src/execute/multiChronopic.cs
+++ b/src/execute/multiChronopic.cs
@@ -389,7 +389,7 @@ public class MultiChronopicExecute : EventExecute
                syncStates syncing = syncStates.DONE;
                if(syncFirst) {
                        syncing = syncStates.NOTHING;
-                       feedbackMessage = Catalog.GetString("Press and mantain Test button in all Chronopics 
simultaneously.");
+                       feedbackMessage = Catalog.GetString("Press and maintain Test button in all Chronopics 
simultaneously.");
                        needShowFeedbackMessage = true;
                }
 
diff --git a/src/exportSession.cs b/src/exportSession.cs
index b7aaaf0..3002383 100644
--- a/src/exportSession.cs
+++ b/src/exportSession.cs
@@ -222,7 +222,7 @@ public class ExportSession
                                Catalog.GetString ("Sex") + ":" + Catalog.GetString ("Date of Birth") + ":" +
                                Catalog.GetString ("Description") + ":" + 
                                Catalog.GetString ("Height") + ":" + Catalog.GetString("Weight") + ":" +
-                               Catalog.GetString ("Sport") + ":" + Catalog.GetString("Speciallity") + ":" +
+                               Catalog.GetString ("Sport") + ":" + Catalog.GetString("Specialty") + ":" +
                                Catalog.GetString ("Level") + ":" + Catalog.GetString ("Comments")
                           );
 
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 63b2495..f39c904 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -3635,7 +3635,7 @@ public partial class ChronoJumpWindow
                                Catalog.GetString("Write the name of the encoder exercise:"), bigArray);
                genericWin.LabelSpinInt = Catalog.GetString("Displaced body weight") + " (%)";
                genericWin.SetSpinRange(0, 100);
-               genericWin.LabelEntry2 = Catalog.GetString("Ressitance");
+               genericWin.LabelEntry2 = Catalog.GetString("Resistance");
                genericWin.LabelEntry3 = Catalog.GetString("Description");
                genericWin.LabelSpinDouble2 = Catalog.GetString("Speed at 1RM");
                genericWin.SetSpinDouble2Increments(0.001,0.1);
diff --git a/src/gui/person.cs b/src/gui/person.cs
index d7f4111..044bfd0 100644
--- a/src/gui/person.cs
+++ b/src/gui/person.cs
@@ -1432,7 +1432,7 @@ public class PersonAddModifyWindow
                                
                //if it's sedentary, put sport to none
                /*
-                * Now undone because sedentary has renamed to "sedentary/Ocasional practice"
+                * Now undone because sedentary has renamed to "sedentary/Occasional practice"
                if(UtilGtk.ComboGetActive(combo_levels) == "0:" + Catalog.GetString(Constants.LevelSedentary))
                        combo_sports.Active = UtilGtk.ComboMakeActive(sports, "2:" + 
Catalog.GetString(Constants.SportNone));
                */
@@ -1973,7 +1973,7 @@ public class PersonAddMultipleWindow {
                label_csv_help.Text =
                        "<b>" + Catalog.GetString("Import persons from an spreadsheet. Eg. Excel, 
LibreOffice, Google Drive.") + "</b>\n\n" +
                        Catalog.GetString("Open the spreadsheet with the persons data to be added.") + "\n" +
-                       Catalog.GetString("Spreadsheed structure need to have this structure:");
+                       Catalog.GetString("Spreadsheet structure need to have this structure:");
                label_csv_help.UseMarkup = true;
 
                notebook.CurrentPage = 1;
@@ -2069,7 +2069,7 @@ public class PersonAddMultipleWindow {
                if(currentSession.PersonsSportID != Constants.SportUndefinedID)
                        sportStuffString += Catalog.GetString("Sport") + ":<i>" + 
Catalog.GetString(SqliteSport.Select(false, currentSession.PersonsSportID).Name) + "</i>.";
                if(currentSession.PersonsSpeciallityID != Constants.SpeciallityUndefinedID)
-                       sportStuffString += " " + Catalog.GetString("Speciallity") + ":<i>" + 
SqliteSpeciallity.Select(false, currentSession.PersonsSpeciallityID) + "</i>.";
+                       sportStuffString += " " + Catalog.GetString("Specialty") + ":<i>" + 
SqliteSpeciallity.Select(false, currentSession.PersonsSpeciallityID) + "</i>.";
                if(currentSession.PersonsPractice != Constants.LevelUndefinedID)
                        sportStuffString += " " + Catalog.GetString("Level") + ":<i>" + 
Util.FindLevelName(currentSession.PersonsPractice) + "</i>.";
 
diff --git a/src/gui/session.cs b/src/gui/session.cs
index e63c73c..beef06d 100644
--- a/src/gui/session.cs
+++ b/src/gui/session.cs
@@ -433,7 +433,7 @@ public class SessionAddEditWindow {
                                
                //if it's sedentary, put sport to none
                /*
-                * Now undone because sedentary has renamed to "sedentary/Ocasional practice"
+                * Now undone because sedentary has renamed to "sedentary/Occasional practice"
                if(UtilGtk.ComboGetActive(combo_levels) == "0:" + Catalog.GetString(Constants.LevelSedentary))
                        combo_sports.Active = UtilGtk.ComboMakeActive(sports, "2:" + 
Catalog.GetString(Constants.SportNone));
                */
@@ -464,9 +464,9 @@ public class SessionAddEditWindow {
 
                                if(label_speciallity.Visible) {
                                        if(radiobutton_diff_speciallities.Active)
-                                               speciallityString = "\n" + Catalog.GetString("Different 
speciallities.");
+                                               speciallityString = "\n" + Catalog.GetString("Different 
specialties.");
                                        else {
-                                               speciallityString = "\n" + Catalog.GetString("This 
speciallity:");
+                                               speciallityString = "\n" + Catalog.GetString("This 
specialty:");
                                                if(UtilGtk.ComboGetActive(combo_speciallities) == 
Catalog.GetString(Constants.SpeciallityUndefined))
                                                        speciallityString += "<tt>" + pleaseDefineItString + 
"</tt>";
                                                else
@@ -724,7 +724,7 @@ public class SessionLoadWindow {
                tv.AppendColumn ( Catalog.GetString ("Date"), new CellRendererText(), "text", count++);
                tv.AppendColumn ( Catalog.GetString ("Persons"), new CellRendererText(), "text", count++);
                tv.AppendColumn ( Catalog.GetString ("Sport"), new CellRendererText(), "text", count++);
-               tv.AppendColumn ( Catalog.GetString ("Speciallity"), new CellRendererText(), "text", count++);
+               tv.AppendColumn ( Catalog.GetString ("Specialty"), new CellRendererText(), "text", count++);
                tv.AppendColumn ( Catalog.GetString ("Level"), new CellRendererText(), "text", count++);
                if(showContacts) {
                        tv.AppendColumn ( Catalog.GetString ("Jumps simple"), new CellRendererText(), "text", 
count++);
diff --git a/src/gui/stats.cs b/src/gui/stats.cs
index e5bf09d..a0110f7 100644
--- a/src/gui/stats.cs
+++ b/src/gui/stats.cs
@@ -749,7 +749,7 @@ public partial class ChronoJumpWindow {
                } 
                
                /*
-                  if is RjEvolution, or runInervallic show mark consecutives, graph only with lines and 
transposed
+                  if is RjEvolution, or runIntervallic show mark consecutives, graph only with lines and 
transposed
                   */
                if ( UtilGtk.ComboGetActive(combo_stats_stat_subtype) == Catalog.GetString("Evolution") ||
                                UtilGtk.ComboGetActive(combo_stats_stat_type) == 
Constants.TypeRunsIntervallic ) {
diff --git a/src/pulseType.cs b/src/pulseType.cs
index 863fb03..28cf02a 100644
--- a/src/pulseType.cs
+++ b/src/pulseType.cs
@@ -44,7 +44,7 @@ public class PulseType : EventType
                        imageFileName = "pulse_free.png";
                        description = Catalog.GetString("Pulse free");
                        longDescription = 
-                               Catalog.GetString("User executes a pulse without a predefined tempo. 
<i>Difference</i> will show the difference between a pulse and it's preceeding pulse.");
+                               Catalog.GetString("User executes a pulse without a predefined tempo. 
<i>Difference</i> will show the difference between a pulse and it's preceding pulse.");
 
                } else if(name == "Custom") {
                        fixedPulse = -1;
diff --git a/src/runType.cs b/src/runType.cs
index 093f9c6..56bd7ea 100644
--- a/src/runType.cs
+++ b/src/runType.cs
@@ -391,7 +391,7 @@ public class RunType : EventType
                                "\n\n" +
                                Catalog.GetString("The stopwatches were activated on the word 'go' and the 
button that saved the time intervals was pressed also after the following stages: when the subject stood up 
and kicked the ball; when the ball passed the 8 m line; and when the subject returned to the seated position 
in the same chair (42 cm height from the seat to the ground). The total time needed to perform the test 
provided a quantitative evaluation of performance. A qualitative evaluation was performed by the completion 
of an AQ. This AQ assesses 6 items with a Likert scale from 0 to 3, where 0 is the equivalent to needing help 
in order to perform the task, and 3 is equivalent to performing the task unaided with no mistakes. The 
maximum points that can be attained are 18. The items assessed were: (1) standing up from the chair, (2) 
kicking the ball, (3) walking whilst counting backwards from 15 to 0, (4) walking around the cone, (5) 
walking whilst stepping into the circles, and (6) sitting ba
 ck down again.") + "\n\n" + 
                                "<b>" + Catalog.GetString("Assessment questionnaire") + "</b>\n" +
-                               Catalog.GetString("Once the test finishes proceed to edit and you will be 
able to complete the assesment questionnaire.") +
+                               Catalog.GetString("Once the test finishes proceed to edit and you will be 
able to complete the assessment questionnaire.") +
                                "\n\n" +
                                "<b>" + Catalog.GetString("Reference:") + "</b>\n" + 
                                "\nGiné-Garriga, M., Guerra, M., Marí-Dell’Olmo, M., Martin, C., & Unnithan, 
V.B. (2008). Sensitivity of a modified version of the ‘Timed Get Up and Go’ Test to predict fall risk in the 
elderly: a pilot study. Archives of Gerontology and Geriatrics, doi:10.1016/j.archger.2008.08.014. \n" +
diff --git a/src/treeViewEvent.cs b/src/treeViewEvent.cs
index 0eeb281..3bfa190 100644
--- a/src/treeViewEvent.cs
+++ b/src/treeViewEvent.cs
@@ -37,7 +37,7 @@ public class TreeViewEvent
        protected int dataLineNamePosition; //position of name in the data to be printed
        protected int dataLineTypePosition; //position of type in the data to be printed
        protected string allEventsName; //Constants.AllJumpsName or Constants.AllRunsName 
orConstants.AllPulsesName
-       protected int eventIDColumn; //column where the uniqueID of event will be (and will be hidded)
+       protected int eventIDColumn; //column where the uniqueID of event will be (and will be hidden)
        protected string descriptionName = Catalog.GetString("Description");
        
        protected bool weightPercentPreferred;
diff --git a/src/treeViewJump.cs b/src/treeViewJump.cs
index 15d3113..1954eb9 100644
--- a/src/treeViewJump.cs
+++ b/src/treeViewJump.cs
@@ -76,7 +76,7 @@ public class TreeViewJumps : TreeViewEvent
                columnsString = obtainColumnsString(columnsStringPre);
        
 
-               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidded). 
+               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidden). 
                store = getStore(columnsString.Length +1); //+1 because, eventID is not show in last col
                treeview.Model = store;
                prepareHeaders(columnsString);
@@ -272,7 +272,7 @@ public class TreeViewJumpsRj : TreeViewJumps
                };
                columnsString = obtainColumnsString(columnsStringPre);
 
-               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidded). 
+               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidden). 
                store = getStore(columnsString.Length +1); //+1 because, eventID is not show in last col
                treeview.Model = store;
                prepareHeaders(columnsString);
diff --git a/src/treeViewMultiChronopic.cs b/src/treeViewMultiChronopic.cs
index b2daa1a..dcbeaed 100644
--- a/src/treeViewMultiChronopic.cs
+++ b/src/treeViewMultiChronopic.cs
@@ -76,7 +76,7 @@ public class TreeViewMultiChronopic : TreeViewEvent
                                descriptionName};
 
 
-               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidded). 
+               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidden). 
                store = getStore(columnsString.Length +1); //+1 because, eventID is not show in last col
                treeview.Model = store;
                prepareHeaders(columnsString);
diff --git a/src/treeViewPulse.cs b/src/treeViewPulse.cs
index 545b232..a23f6c2 100644
--- a/src/treeViewPulse.cs
+++ b/src/treeViewPulse.cs
@@ -41,7 +41,7 @@ public class TreeViewPulses : TreeViewEvent
                dataLineNamePosition = 0; //position of name in the data to be printed
                dataLineTypePosition = 4; //position of type in the data to be printed
                allEventsName = Constants.AllPulsesName;
-               eventIDColumn = 5; //column where the uniqueID of event will be (and will be hidded)
+               eventIDColumn = 5; //column where the uniqueID of event will be (and will be hidden)
                
                string jumperName = Catalog.GetString("Person");
                string timeName = Catalog.GetString("Time") + "\n(s)";
diff --git a/src/treeViewReactionTime.cs b/src/treeViewReactionTime.cs
index 3f46ac6..fe6fab8 100644
--- a/src/treeViewReactionTime.cs
+++ b/src/treeViewReactionTime.cs
@@ -50,7 +50,7 @@ public class TreeViewReactionTimes : TreeViewEvent
 
                columnsString = new string[]{personName, Catalog.GetString("Time") + " (s)", descriptionName};
 
-               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidded). 
+               eventIDColumn = columnsString.Length ; //column where the uniqueID of event will be (and will 
be hidden). 
                store = getStore(columnsString.Length +1); //+1 because, eventID is not show in last col
                treeview.Model = store;
                prepareHeaders(columnsString);
diff --git a/src/treeViewRun.cs b/src/treeViewRun.cs
index 3ae9528..d7d668f 100644
--- a/src/treeViewRun.cs
+++ b/src/treeViewRun.cs
@@ -44,7 +44,7 @@ public class TreeViewRuns : TreeViewEvent
                dataLineNamePosition = 0; //position of name in the data to be printed
                dataLineTypePosition = 4; //position of type in the data to be printed
                allEventsName = Constants.AllRunsName;
-               eventIDColumn = 5; //column where the uniqueID of event will be (and will be hidded)
+               eventIDColumn = 5; //column where the uniqueID of event will be (and will be hidden)
        
                string runnerName = Catalog.GetString("Runner");
                string speedName = Catalog.GetString("Speed");
@@ -136,7 +136,7 @@ public class TreeViewRunsInterval : TreeViewRuns
                dataLineNamePosition = 0; //position of name in the data to be printed
                dataLineTypePosition = 4; //position of type in the data to be printed
                allEventsName = Constants.AllRunsName;
-               eventIDColumn = 5; //column where the uniqueID of event will be (and will be hidded)
+               eventIDColumn = 5; //column where the uniqueID of event will be (and will be hidden)
                
                columnsString = new string[]{runnerName, speedName, lapTimeName, splitTimeName, 
descriptionName};
                store = getStore(columnsString.Length +1); //+1 because, eventID is not show in last col


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