Changeset 1391 for trunk/dll/init.h
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.h
r1375 r1391 13 13 03 Jan 09 GKY Check for system that is protectonly to gray out Dos/Win command lines and prevent 14 14 Dos/Win programs from being inserted into the execute dialog with message why. 15 11 Jan 09 GKY Move strings that shouldn't be translated (font names etc) compile time variables 15 16 16 17 ***********************************************************************/ … … 23 24 24 25 // Data declarations 26 extern CHAR *ARCHIVERBB2; 25 27 extern CHAR *CBSIFS; 26 28 extern CHAR *DRMDRFFM2ARC; … … 40 42 extern CHAR SwapperDat[CCHMAXPATH]; 41 43 extern CHAR ThousandsSeparator[2]; 44 extern CHAR *FNT_6HELVETICA; 45 extern CHAR *FNT_8HELVETICA; 46 extern CHAR *FNT_8HELVETICABOLD; 47 extern CHAR *FNT_10SYSTEMMONOTEXT; 48 extern CHAR *FNT_10SYSTEMPROPORT; 49 extern CHAR *FNT_2SYSTEMVIO; 50 extern CHAR *FNT_4SYSTEMVIO; 51 extern CHAR *FNT_10SYSTEMVIO; 52 extern CHAR *FNT_8TIMESNEWROMAN; 42 53 extern CHAR *WC_ARCCONTAINER; 43 54 extern CHAR *WC_ARCSTATUS;
Note:
See TracChangeset
for help on using the changeset viewer.