Changeset 1130 for trunk/dll/init.c


Ignore:
Timestamp:
Aug 29, 2008, 4:40:22 PM (17 years ago)
Author:
John Small
Message:

Ticket 259: More improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1122 r1130  
    14041404  PrfQueryProfileData(fmprof, appname, "MailRunDir", mailrundir, &size);
    14051405  size = sizeof(lasttoolbar);
    1406   PrfQueryProfileData(fmprof, FM3Str, "LastToolbar", lasttoolbar,
     1406  PrfQueryProfileData(fmprof, appname, "LastToolbar", lasttoolbar,
    14071407                      &size);
    14081408  size = sizeof(BOOL);
Note: See TracChangeset for help on using the changeset viewer.