Changeset 1459 for trunk/dll/fm3str.h


Ignore:
Timestamp:
Sep 16, 2009, 7:58:59 AM (16 years ago)
Author:
Steven Levine
Message:

Show rescan progress while filling container, ticket #291

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3str.h

    r1444 r1459  
    2323  26 Aug 08 GKY Error strings for require unique ID plus text and help strings for all tools
    2424  03 Jan 09 GKY Check for system that is protectonly to gray out Dos/Win command lines and prevent
    25                 Dos/Win programs from being inserted into the execute dialog with message why.
     25                Dos/Win programs from being inserted into the execute dialog with message why.
    2626  10 Jan 09 GKY Removed rotating strings for font samples as part of StringTable conversion
    2727  11 Jan 08 GKY Move strings that will need translating to stringtable from sting file cut to
    28                 255 where necessary
     28                255 where necessary
    2929  04 Feb 09 SHL Switch to STRINGTABLE
    3030  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
     
    3636                and rescans drive in tree container depending on container focus, greyed out
    3737                inappropriate menu context choices
     38  15 Sep 09 SHL Add ids for rescan progress messages
    3839
    3940***********************************************************************/
     
    819820#define IDS_DELETEDTEXT                                       819
    820821#define IDS_OPSCOMPLETETEXT                                   820
    821 //Drive flag strings these must remain in order and be sequential to work
     822// Drive flags strings must remain in order and be sequential to work
    822823#define IDS_FLREMOVABLETEXT                                   821
    823824#define IDS_FLNOTWRITEABLETEXT                                822
     
    840841#define IDS_FLWRITEVERIFYOFFTEXT                              839
    841842#define IDS_FLRECURSESCANDONETEXT                             840
    842 //End drive flag strings
     843// End drive flag strings
    843844#define IDS_CANTQUERYVOLTEXT                                  841
    844845#define IDS_CANTQUERYALLOCTEXT                                842
     
    853854#define IDS_CANTLOADHELPTEXT                                  851
    854855#define IDS_NOHELPACCEPTTEXT                                  852
    855 //#define IDS_NOHELPABORTTEXT                                   851 //Not used
    856856#define IDS_MISMATCHTITLETEXT                                 853
    857857#define IDS_MISMATCHTEXT                                      854
    858858#define IDS_CHECKSYSTEMCLOCKTEXT                              856
    859859#define IDS_NOTICETITLETEXT                                   857
    860 #define IDS_UPGRADETEXT                                       858 //Not used
    861 #define IDS_PERNODETEXT                                       859 //Not used
    862 #define IDS_USUALDISCTEXT                                     860 //Not used
     860#define IDS_PLEASEWAITSCANNINGTEXT                            858
     861#define IDS_PLEASEWAITCOUNTINGTEXT                            859
     862// #define IDS_USUALDISCTEXT                                     860 //Not used
     863
    863864#define IDS_ARCCNRFILTERMENUHELP                              867
    864865#define IDS_ARCCNRWALKDIRMENUHELP                             868
Note: See TracChangeset for help on using the changeset viewer.