Changeset 1391 for trunk/dll/init.h


Ignore:
Timestamp:
Jan 12, 2009, 12:55:53 AM (17 years ago)
Author:
Gregg Young
Message:

Move nontranslated strings to init.c and codepage.c; use those strings in place of GetPString calls. Move other strings to a StringTable; minor cleanup and code changes to codepage.c to use a string array instead of GetPString calls. Ticket 340

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.h

    r1375 r1391  
    1313  03 Jan 09 GKY Check for system that is protectonly to gray out Dos/Win command lines and prevent
    1414                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
    1516
    1617***********************************************************************/
     
    2324
    2425// Data declarations
     26extern CHAR *ARCHIVERBB2;
    2527extern CHAR *CBSIFS;
    2628extern CHAR *DRMDRFFM2ARC;
     
    4042extern CHAR SwapperDat[CCHMAXPATH];
    4143extern CHAR ThousandsSeparator[2];
     44extern CHAR *FNT_6HELVETICA;
     45extern CHAR *FNT_8HELVETICA;
     46extern CHAR *FNT_8HELVETICABOLD;
     47extern CHAR *FNT_10SYSTEMMONOTEXT;
     48extern CHAR *FNT_10SYSTEMPROPORT;
     49extern CHAR *FNT_2SYSTEMVIO;
     50extern CHAR *FNT_4SYSTEMVIO;
     51extern CHAR *FNT_10SYSTEMVIO;
     52extern CHAR *FNT_8TIMESNEWROMAN;
    4253extern CHAR *WC_ARCCONTAINER;
    4354extern CHAR *WC_ARCSTATUS;
Note: See TracChangeset for help on using the changeset viewer.