[chronojump] Better comments uneven -> odd ;)



commit 74d39991e87baa40c599f896b2c69da4e98b8abd
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed May 14 11:26:03 2014 +0200

    Better comments uneven -> odd ;)

 src/gui/encoder.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 82e1ffe..927d823 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -1502,8 +1502,8 @@ public partial class ChronoJumpWindow
                        i ++;
                        iterOk = encoderCaptureListStore.IterNext (ref iter);
 
-                       //if is not "c", then there are two rows, but pass only the uneven rows (spanish: 
"impar")
-                       //then if IsEven (par), do not use it, use the next
+                       //if is not "c", then there are two rows, but pass only the odd rows
+                       //then if IsEven, do not use it, use the next
                        if(iterOk && ecconLast != "c" && Util.IsEven(i)) {
                                i ++;
                                iterOk = encoderCaptureListStore.IterNext (ref iter);


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