|
Check-in Number:
|
2872 | |
| Date: |
2002-Nov-24 18:55:55 (local)
2002-Nov-24 17:55:55 (UTC) |
| User: | ms |
| Branch: | |
| Comment: |
Abstract constant definitions out of code. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/as/as-gui/as_const.h -> 1.1
*** /dev/null Sun Jun 14 03:16:33 2026
--- - Sun Jun 14 03:16:51 2026
***************
*** 0 ****
--- 1,13 ----
+ #define TITRAQ_PREFNAME "titraq.conf"
+ #define TITRAQ_APPTITLE "Titraq"
+ #define TITRAQ_PREFVER "0.5"
+ #define TITRAQ_PREFASFILE "asfile"
+ #define TITRAQ_DEFASFILE "/e/dev/as"
+ #define TITRAQ_PREFSTYLE "uistyle"
+ #define TITRAQ_DEFSTYLE "CDE"
+ #define TITRAQ_PREFVIEW "view"
+ #define TITRAQ_DEFVIEW "normal"
+ #define TITRAQ_PREFREMOTELOG "logremote"
+ #define TITRAQ_DEFREMOTELOG "no"
+ #define TITRAQ_PREFLOCALLOG "loglocal"
+ #define TITRAQ_DEFLOCALLOG "no"
|
|