Changeset 1391 for trunk/dll/comp.c


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/comp.c

    r1358 r1391  
    6060  10 Dec 08 SHL Integrate exception handler support
    6161  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis.
     62  11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c
    6263
    6364***********************************************************************/
     
    22292230                       };
    22302231        UINT x;
    2231         for (x = 0; ids[x]; x++) {
     2232        for (x = 0; ids[x]; x++) {
     2233          //fixme to allow user to change presparams 1-10-09 GKY
    22322234          SetPresParams(WinWindowFromID(hwnd, ids[x]),
    22332235                        &RGBGREY,
    2234                         &RGBBLACK, &RGBBLACK, GetPString(IDS_8HELVTEXT));
     2236                        &RGBBLACK, &RGBBLACK, FNT_8HELVETICA);
    22352237        }
    22362238      }
Note: See TracChangeset for help on using the changeset viewer.