Changeset 1482 for trunk/dll/autoview.c
- Timestamp:
- Dec 13, 2009, 8:59:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1480 r1482 30 30 08 Mar 09 GKY Renamed commafmt.h i18nutil.h 31 31 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 32 37 33 38 ***********************************************************************/ … … 770 775 if (WinTrackRect(hwnd, hps, &track)) { 771 776 AutoviewHeight = track.rclTrack.yTop - track.rclTrack.yBottom; 772 PrfWriteProfileData(fmprof, 773 FM3Str, 774 "AutoviewHeight", 777 PrfWriteProfileData(fmprof, appname, "AutoviewHeight", 775 778 &AutoviewHeight, sizeof(ULONG)); 776 779 WinSendMsg(WinQueryWindow(hwnd, QW_PARENT),
Note:
See TracChangeset
for help on using the changeset viewer.