Changeset 1084 for trunk/dll/worker.c
- Timestamp:
- Jul 20, 2008, 8:22:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1078 r1084 27 27 22 Jun 08 GKY Made Felete move to xworkplace trash can on systems that have it 28 28 16 JUL 08 GKY Use TMP directory for temp files 29 20 Jul 08 GKY Add save/append filename to clipboard. 29 30 30 31 ***********************************************************************/ … … 1179 1180 1180 1181 case IDM_APPENDTOCLIP: 1181 case IDM_SAVETOCLIP: 1182 case IDM_SAVETOCLIP: 1183 case IDM_SAVETOCLIPFILENAME: 1184 case IDM_APPENDTOCLIPFILENAME: 1182 1185 ListToClipboardHab(hab2, 1183 1186 wk->li->list, 1184 (wk->li->type == IDM_APPENDTOCLIP));1187 wk->li->type); 1185 1188 break; 1186 1189
Note:
See TracChangeset
for help on using the changeset viewer.