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 Sat Nov 23 01:35:17 2024
--- - Sat Nov 23 01:35:23 2024
***************
*** 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"
|
|