Changeset 1394 for trunk/dll/fm3str.h


Ignore:
Timestamp:
Feb 5, 2009, 5:17:25 AM (17 years ago)
Author:
Steven Levine
Message:

Ticket 340: Convert GetPString to use STRINGTABLE.

Drop fm3dll.str and mkstr.exe from makefiles and wpi builders

Convert many functions to expect PCSZ arguments.
Correct walk, compare and dirsizes dialog setups to ignore saved dialog size
Drop copyright.c logic from makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3str.h

    r1391 r1394  
    44  $Id$
    55
    6   Index for fm3dll.str (source) fm3res.str (compiled)
     6  Index for STRINGTABLE items in fm3res.rc
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2002, 2006 Steven H. Levine
     9  Copyright (c) 2002, 2009 Steven H. Levine
    1010
    1111  21 May 04 SHL Adjust IDS_NUMSTRS
     
    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
     29  04 Feb 09 SHL Switch to STRINGTABLE
    2930
    3031***********************************************************************/
     
    3435
    3536// Spares are named IDS_SPARE_### here
    36 // Text in fm3dll.str will contain the notation Spare ###
    37 // Last string in fm3dll.str reserved for cvs id
    38 // Set IDS_NUMSTRS to max value here plus 2
    39 
    40 #define IDS_NUMSTRS                                           1009
    4137
    4238#define IDS_OPENBUTTONHELP                                    0
Note: See TracChangeset for help on using the changeset viewer.