- Timestamp:
- Nov 17, 2000, 3:37:53 PM (25 years ago)
- Location:
- trunk/src/comctl32
- Files:
-
- 5 added
- 5 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/cctl_En.orc
r3972 r4611 70 70 IDS_CLOSE "Close" 71 71 } 72 73 STRINGTABLE DISCARDABLE 74 { 75 IDM_TODAY "Today:" 76 IDM_GOTODAY "Go to today" 77 } 78 79 STRINGTABLE DISCARDABLE 80 { 81 IDS_SEPARATOR "Separator" 82 } -
trunk/src/comctl32/comctl32.h
r3970 r4611 1 /* $Id: comctl32.h,v 1.1 5 2000-08-08 17:04:59 cbratschiExp $ */1 /* $Id: comctl32.h,v 1.16 2000-11-17 14:37:50 sandervl Exp $ */ 2 2 /* 3 3 * Win32 common controls implementation … … 140 140 #define IDM_DEC 312 141 141 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 142 158 #endif /* _H_COMCTL32 */ -
trunk/src/comctl32/makefile
r4581 r4611 1 # $Id: makefile,v 1.2 8 2000-11-09 21:09:40sandervl Exp $1 # $Id: makefile,v 1.29 2000-11-17 14:37:52 sandervl Exp $ 2 2 3 3 # … … 84 84 $(PDWIN32_LIB)/gdi32.lib 85 85 $(PDWIN32_LIB)/user32.lib 86 $(PDWIN32_LIB)/msvfw32.lib 86 87 $(PDWIN32_LIB)/$(ODINCRT).lib 87 88 OS2386.LIB
Note:
See TracChangeset
for help on using the changeset viewer.