Changeset 1084 for trunk/dll/worker.c


Ignore:
Timestamp:
Jul 20, 2008, 8:22:12 PM (17 years ago)
Author:
Gregg Young
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

File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.