ossp-pkg/as/as-gui/as_const.h 1.17 -> 1.18
--- as_const.h 2002/12/10 12:06:56 1.17
+++ as_const.h 2002/12/10 13:08:29 1.18
@@ -56,13 +56,17 @@
// Indexes of table columns
#define TITRAQ_IDXALLCTRLS -1
-#define TITRAQ_IDXDATE 0
-#define TITRAQ_IDXSTART 1
-#define TITRAQ_IDXFINISH 2
-#define TITRAQ_IDXAMOUNT 3
-#define TITRAQ_IDXTASK 4
-#define TITRAQ_IDXREMARK 5
-#define TITRAQ_IDXTAIL 6
+#define TITRAQ_IDXUSER 0
+#define TITRAQ_IDXGUID 1
+#define TITRAQ_IDXCRC 2
+#define TITRAQ_IDXREV 3
+#define TITRAQ_IDXDATE 4
+#define TITRAQ_IDXSTART 5
+#define TITRAQ_IDXFINISH 6
+#define TITRAQ_IDXAMOUNT 7
+#define TITRAQ_IDXTASK 8
+#define TITRAQ_IDXREMARK 9
+#define TITRAQ_IDXTAIL 10
// Indexes of popup menu submenus
#define TITRAQ_IDXFILEBAR 1
|
|