Changeset 1753 for trunk/dll/init.h


Ignore:
Timestamp:
Mar 2, 2014, 7:58:53 PM (12 years ago)
Author:
Gregg Young
Message:

Fixed typo that reversed the function of the saymsg dialog g/bzip check. Added option to suppress message regarding missing bzip2.exe or gzip.exe on TAR.B/GZ archives. Ticket 526

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.h

    r1720 r1753  
    3636                started from fm2 after fm2 has been started with stdout and stderr
    3737                redirected to a file.
     38  02 Mar 14 GKY Fixed typo that reversed the function of the saymsg dialog g/bzip check.
     39                Added option to suppress message regarding missing bzip2.exe
     40                or gzip.exe on TAR.B/GZ archives.
    3841
    3942***********************************************************************/
     
    207210extern BOOL fWantFirstTimeInit;
    208211extern BOOL fUseShellEnv;
     212extern BOOL fDontAskBzip;
     213extern BOOL fDontAskGzip;
    209214extern HPOINTER hptrApp;
    210215extern HPOINTER hptrArc;
Note: See TracChangeset for help on using the changeset viewer.