Changeset 1402 for trunk/dll/fm3str.h


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3str.h

    r1398 r1402  
    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
     31  14 Mar 09 GKY Remove variables that were transferred to PCSZs
    3132
    3233***********************************************************************/
     
    8990#define IDS_NOTPROTECTONLYEXE                                 50
    9091#define IDS_INIFAILURETEXT                                    51
    91 #define IDS_8HELVTEXT                                         52
    92 #define IDS_6HELVTEXT                                         53
    93 #define IDS_SHUTDOWNSTATE                                     55
    9492#define IDS_HELPCMDTEXT                                       56
    95 #define IDS_FM2TEMPTEXT                                       57
    96 #define IDS_8TIMESNEWROMANTEXT                                58
    9793#define IDS_DETACHREQUESTTEXT                                 59
    9894#define IDS_DIRCNRTOTALHELP                                   60
     
    995991#define IDS_EDITREADONLYFILETEXT                             1006
    996992#define IDS_EDITREADONLYFILETEXT2                            1007
     993#define IDS_EDITREADONLYFILETEXT3                            1008
     994#define IDS_LENGTHEXCEEDSMAXPATHTEXT                         1009
     995#define IDS_STATEADDFAILEDTEXT                               1010
     996#define IDS_STATEDATASAVEFAILED                              1011
     997#define IDS_STATERESERVENAMETEXT                             1012
     998#define IDS_DRAGDROPDIALOGTEXT                               1013
    997999
    9981000//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.