Changeset 1522 for trunk/dll/init.c


Ignore:
Timestamp:
May 10, 2010, 12:51:06 AM (15 years ago)
Author:
John Small
Message:

Ticket 434: Startup parameter suggestion improvements and bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1505 r1522  
    9696                one or more miniapp but not to FM/2
    9797  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
     98  09 MAY 10 JBS Ticket 434: Make fDontSuggestAgain a "global" flag, not a per app flag
    9899
    99100***********************************************************************/
     
    12711272    return 0; //already complained
    12721273  size = sizeof(BOOL);
    1273   PrfQueryProfileData(fmprof, appname, "DontSuggestAgain", &fDontSuggestAgain, &size);
     1274  PrfQueryProfileData(fmprof, FM3Str, "DontSuggestAgain", &fDontSuggestAgain, &size);
    12741275  size = sizeof(BOOL);
    12751276  PrfQueryProfileData(fmprof, appname, "ShowTarget", &fShowTarget, &size);
Note: See TracChangeset for help on using the changeset viewer.