Changeset 1084 for trunk/dll/worker.c

Show
Ignore:
Timestamp:
07/20/08 20:22:12 (4 months ago)
Author:
gyoung
Message:

Added ability to save/append either the full path name (already present) or just the filename to the clipboard. Changed the menu text to make these easier to find. Removed the final return/newline from the list. Ticket 137

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1078 r1084  
    2727  22 Jun 08 GKY Made Felete move to xworkplace trash can on systems that have it 
    2828  16 JUL 08 GKY Use TMP directory for temp files 
     29  20 Jul 08 GKY Add save/append filename to clipboard. 
    2930 
    3031***********************************************************************/ 
     
    11791180 
    11801181          case IDM_APPENDTOCLIP: 
    1181           case IDM_SAVETOCLIP: 
     1182          case IDM_SAVETOCLIP: 
     1183          case IDM_SAVETOCLIPFILENAME: 
     1184          case IDM_APPENDTOCLIPFILENAME: 
    11821185            ListToClipboardHab(hab2, 
    11831186                               wk->li->list, 
    1184                                (wk->li->type == IDM_APPENDTOCLIP)); 
     1187                               wk->li->type); 
    11851188            break; 
    11861189