Changeset 107


Ignore:
Timestamp:
Aug 1, 2004, 2:14:54 AM (21 years ago)
Author:
root
Message:

ArcReviewDlgProc: correct nameis... decodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avv.c

    r2 r107  
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  Copyright (c) 1993-98 M. Kimes
     7  Copyright (c) 2004 Steven H.Levine
     8
     9  Archive containers
     10
     11  Revisions     31 Jul 04 SHL - ArcReviewDlgProc: correct nameis... decodes
     12
     13***********************************************************************/
     14
    115#define INCL_DOS
    216#define INCL_WIN
     
    933947          admp->info->fdflds = get_int_from_window(hwnd,AD_NUMDATEFLDS);
    934948          admp->info->fnpos = get_int_from_window(hwnd,AD_FNAMEPOS);
    935           admp->info->nameislast = (get_int2_from_window(hwnd,AD_NAMEISLAST)) ? TRUE : FALSE;
    936           admp->info->nameisnext = (get_int3_from_window(hwnd,AD_NAMEISLAST)) ? TRUE : FALSE;
    937           admp->info->nameisfirst = (get_int4_from_window(hwnd,AD_NAMEISLAST)) ? TRUE : FALSE;
     949          admp->info->nameislast = (get_int2_from_window(hwnd,AD_FNAMEPOS)) ? TRUE : FALSE;
     950          admp->info->nameisnext = (get_int3_from_window(hwnd,AD_FNAMEPOS)) ? TRUE : FALSE;
     951          admp->info->nameisfirst = (get_int4_from_window(hwnd,AD_FNAMEPOS)) ? TRUE : FALSE;
    938952          {
    939953            INT ret;
Note: See TracChangeset for help on using the changeset viewer.