Changeset 1391 for trunk/dll/datamin.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/datamin.c

    r1375 r1391  
    2424  03 Jan 09 GKY Check for system that is protectonly to gray out Dos/Win command lines and prevent
    2525                Dos/Win programs from being inserted into the execute dialog with message why.
     26  11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c
    2627
    2728***********************************************************************/
     
    230231    NoFloat = FALSE;
    231232    Positioned = FALSE;
     233    //fixme to allow user to change presparams 1-10-09 GKY
    232234    SetPresParams(hwnd,
    233                   &RGBGREY, &RGBBLACK, &RGBBLACK, GetPString(IDS_8HELVTEXT));
     235                  &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA);
    234236    {
    235237      int c;
Note: See TracChangeset for help on using the changeset viewer.