Changeset 1482 for trunk/dll/autoview.c


Ignore:
Timestamp:
Dec 13, 2009, 8:59:47 PM (16 years ago)
Author:
Gregg Young
Message:

Fixed separate parameters; added the ability to set it either globally or for just one app; some files only contain white space changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r1480 r1482  
    3030  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
    3131  12 Jul 09 GKY Add xDosQueryAppType and xDosAlloc... to allow FM/2 to load in high memory
     32  13 Dec 09 GKY Fixed separate paramenters. Please note that appname should be used in
     33                profile calls for user settings that work and are setable in more than one
     34                miniapp; FM3Str should be used for setting only relavent to FM/2 or that
     35                aren't user settable; realappname should be used for setting applicable to
     36                one or more miniapp but not to FM/2
    3237
    3338***********************************************************************/
     
    770775          if (WinTrackRect(hwnd, hps, &track)) {
    771776            AutoviewHeight = track.rclTrack.yTop - track.rclTrack.yBottom;
    772             PrfWriteProfileData(fmprof,
    773                                 FM3Str,
    774                                 "AutoviewHeight",
     777            PrfWriteProfileData(fmprof, appname, "AutoviewHeight",
    775778                                &AutoviewHeight, sizeof(ULONG));
    776779            WinSendMsg(WinQueryWindow(hwnd, QW_PARENT),
Note: See TracChangeset for help on using the changeset viewer.