Changeset 1752 for trunk/dll/fm3str.h


Ignore:
Timestamp:
Mar 2, 2014, 2:39:13 AM (11 years ago)
Author:
Gregg Young
Message:

Fixed error checking in FillArcCnr only to report missing archivers after all entries have been tried. Added a check b/gzip exes for TAR.B/GZ archives. Use the test archive string from the first working archive description. Enhance the error message. Ticket 502 Fix a trap caused by selecting "print" from the arccontainer menu. Ticket 525 Fix the problem with copying text from the test archive window by launching it in a command shell (i.e. comspec /k archiver -t archive) Ticket 503

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3str.h

    r1690 r1752  
    5151                Added saymsg2 for this purpose
    5252  10 Mar 13 GKY Fixes to snapshot file.
     53  01 Mar 14 GKY Fixed error checking in FillArcCnr only to report missing archivers after
     54                all entries have been tried. Added a check b/gzip exes for TAR.B/GZ archives.
     55                Use the test archive string from the first working archive description.
     56                Enhance the error message. Ticket 502
    5357
    5458***********************************************************************/
     
    10491053#define IDS_READONLYFILEWARNING                              1022
    10501054#define IDS_READONLYFILEWARNINGTITLE                         1023
     1055#define IDS_ARCNOBZIP                                        1024
     1056#define IDS_ARCNOGZIP                                        1025
     1057#define IDS_ARCNOTEST                                        1026
     1058#define IDS_ARCBZIPTESTTARBZ                                 1027
     1059#define IDS_ARCGZIPTESTTARGZ                                 1028
     1060#define IDS_ARCMISSINGEXE                                    1029
     1061#define IDS_ARCMISSINGEXEVERBOSE                             1030
    10511062
    10521063//The following strings were cut up form the string of the root name (ie IDS_SUGGEST1TEXT)
Note: See TracChangeset for help on using the changeset viewer.