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

    r1335 r1391  
    1515  16 Apr 08 SHL Comment and clean up logic
    1616  10 Dec 08 SHL Integrate exception handler support
     17  11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c
    1718
    1819***********************************************************************/
     
    8485        rgb2F.bRed = (BYTE)65;
    8586        rgb2.bRed = rgb2.bGreen = rgb2.bBlue = (BYTE)255;
    86         rgb2.fcOptions = 0;
    87         SetPresParams(hwnd, &rgb2, &rgb2F, &rgb2, GetPString(IDS_8HELVTEXT));
     87        rgb2.fcOptions = 0;
     88        //fixme to allow user to change presparams 1-10-09 GKY
     89        SetPresParams(hwnd, &rgb2, &rgb2F, &rgb2, FNT_8HELVETICA);
    8890        if (hwndMain) {
    8991          if (hwndStatus)
Note: See TracChangeset for help on using the changeset viewer.