Changeset 1084 for trunk/dll/collect.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/collect.c

    r1078 r1084  
    5252                all the details view settings (both the global variables and those in the 
    5353                DIRCNRDATA struct) into a new struct: DETAILS_SETTINGS. 
     54  20 Jul 08 GKY Add save/append filename to clipboard. 
     55                Change menu wording to make these easier to find 
    5456 
    5557***********************************************************************/ 
     
    535537      case IDM_DOITYOURSELF: 
    536538      case IDM_APPENDTOCLIP: 
     539      case IDM_APPENDTOCLIPFILENAME: 
    537540      case IDM_SAVETOCLIP: 
    538541      case IDM_ARCHIVE: 
     
    21182121      case IDM_EDITBINARY: 
    21192122      case IDM_SAVETOCLIP: 
     2123      case IDM_SAVETOCLIPFILENAME: 
    21202124      case IDM_APPENDTOCLIP: 
     2125      case IDM_APPENDTOCLIPFILENAME: 
    21212126      case IDM_ARCHIVE: 
    21222127      case IDM_ARCHIVEM: 
     
    21392144              switch (SHORT1FROMMP(mp1)) { 
    21402145              case IDM_DOITYOURSELF: 
    2141               case IDM_APPENDTOCLIP: 
     2146              case IDM_APPENDTOCLIP: 
     2147              case IDM_APPENDTOCLIPFILENAME: 
    21422148              case IDM_SAVETOCLIP: 
     2149              case IDM_SAVETOCLIPFILENAME: 
    21432150              case IDM_ARCHIVE: 
    21442151              case IDM_ARCHIVEM: