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

    r1346 r1391  
    2525  29 Feb 08 GKY Use xfree where appropriate
    2626  10 Dec 08 SHL Integrate exception handler support
     27  11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c
    2728
    2829***********************************************************************/
     
    724725      }
    725726      mr = PFNWPStatic(hwnd, msg, mp1, mp2);
     727      //fixme to allow user to change presparams 1-10-09 GKY
    726728      SetPresParams(hwnd,
    727729                    &RGBGREY,
    728                     &RGBBLACK, &RGBGREY, GetPString(IDS_4SYSTEMVIOTEXT));
     730                    &RGBBLACK, &RGBGREY, FNT_4SYSTEMVIO);
    729731      stopflag = 0;
    730732      return mr;
Note: See TracChangeset for help on using the changeset viewer.