ossp-pkg/as/as-gui/as_const.h 1.19 -> 1.20
--- as_const.h 2002/12/11 16:00:47 1.19
+++ as_const.h 2002/12/12 12:19:48 1.20
@@ -33,7 +33,7 @@
#define TITCONST_H
-// Preferences string constants
+// General preferences
#define TITRAQ_PREFNAME "as_gui.conf"
#define TITRAQ_APPTITLE "AS Gui"
#define TITRAQ_PREFVER "0.5"
@@ -48,11 +48,37 @@
#define TITRAQ_DEFREMOTELOG "no"
#define TITRAQ_PREFLOCALLOG "loglocal"
#define TITRAQ_DEFLOCALLOG "no"
-#define TITRAQ_SAVEFIRST "The timesheet contains unsaved changes\nDo you want to save the changes or discard them?"
+
+// Column view preferences
+#define TITRAQ_PREFSTATCOL "statcol"
+#define TITRAQ_DEFSTATCOL true
+#define TITRAQ_PREFLCOL "linecol"
+#define TITRAQ_DEFLCOL true
+#define TITRAQ_PREFUCOL "usercol"
+#define TITRAQ_DEFUCOL false
+#define TITRAQ_PREFGCOL "guidcol"
+#define TITRAQ_DEFGCOL false
+#define TITRAQ_PREFCCOL "crccol"
+#define TITRAQ_DEFCCOL false
+#define TITRAQ_PREFREVCOL "revcol"
+#define TITRAQ_DEFREVCOL false
+#define TITRAQ_PREFDCOL "datecol"
+#define TITRAQ_DEFDCOL true
+#define TITRAQ_PREFSTARTCOL "startcol"
+#define TITRAQ_DEFSTARTCOL false
+#define TITRAQ_PREFFCOL "finishcol"
+#define TITRAQ_DEFFCOL false
+#define TITRAQ_PREFACOL "amountcol"
+#define TITRAQ_DEFACOL true
+#define TITRAQ_PREFTCOL "taskcol"
+#define TITRAQ_DEFTCOL true
+#define TITRAQ_PREFREMCOL "remarkcol"
+#define TITRAQ_DEFREMCOL true
// Other string constants
#define TITRAQ_DATEZERO "0000-00-00"
#define TITRAQ_SEPARATORTOK " "
+#define TITRAQ_SAVEFIRST "The timesheet contains unsaved changes\nDo you want to save the changes or discard them?"
// Indexes of table columns
#define TITRAQ_IDXALLCTRLS -1
|
|