Changeset 4611 for trunk/src


Ignore:
Timestamp:
Nov 17, 2000, 3:37:53 PM (25 years ago)
Author:
sandervl
Message:

updated animate, monthcal, flatsb, datetime + comboex controls with latest wine (2000-12-11)

Location:
trunk/src/comctl32
Files:
5 added
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/cctl_En.orc

    r3972 r4611  
    7070    IDS_CLOSE    "Close"
    7171}
     72 
     73STRINGTABLE DISCARDABLE
     74{
     75    IDM_TODAY    "Today:"
     76    IDM_GOTODAY  "Go to today"
     77}
     78
     79STRINGTABLE DISCARDABLE
     80{
     81    IDS_SEPARATOR "Separator"
     82}
  • trunk/src/comctl32/comctl32.h

    r3970 r4611  
    1 /* $Id: comctl32.h,v 1.15 2000-08-08 17:04:59 cbratschi Exp $ */
     1/* $Id: comctl32.h,v 1.16 2000-11-17 14:37:50 sandervl Exp $ */
    22/*
    33 * Win32 common controls implementation
     
    140140#define IDM_DEC                         312
    141141
     142#define IDM_TODAY                      4163
     143#define IDM_GOTODAY                    4164
     144
     145/* Treeview Checboxes */
     146
     147#define IDT_CHECK        401
     148
     149
     150/* Header cursors */
     151#define IDC_DIVIDER                     106
     152#define IDC_DIVIDEROPEN                 107
     153
     154
     155/* DragList icon */
     156#define IDI_DRAGARROW                   150
     157
    142158#endif /* _H_COMCTL32 */
  • trunk/src/comctl32/makefile

    r4581 r4611  
    1 # $Id: makefile,v 1.28 2000-11-09 21:09:40 sandervl Exp $
     1# $Id: makefile,v 1.29 2000-11-17 14:37:52 sandervl Exp $
    22
    33#
     
    8484$(PDWIN32_LIB)/gdi32.lib
    8585$(PDWIN32_LIB)/user32.lib
     86$(PDWIN32_LIB)/msvfw32.lib
    8687$(PDWIN32_LIB)/$(ODINCRT).lib
    8788OS2386.LIB
Note: See TracChangeset for help on using the changeset viewer.