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

    r1082 r1084  
    4444                all the details view settings (both the global variables and those in the 
    4545                DIRCNRDATA struct) into a new struct: DETAILS_SETTINGS. 
     46  20 Jul 08 GKY Add save/append filename to clipboard. 
     47                Change menu wording to make these easier to find 
    4648 
    4749***********************************************************************/ 
     
    851853      case IDM_DOITYOURSELF: 
    852854      case IDM_APPENDTOCLIP: 
     855      case IDM_APPENDTOCLIPFILENAME: 
    853856      case IDM_SAVETOCLIP: 
     857      case IDM_SAVETOCLIPFILENAME: 
    854858      case IDM_ARCHIVE: 
    855859      case IDM_ARCHIVEM: 
     
    25152519      case IDM_EDITBINARY: 
    25162520      case IDM_SAVETOCLIP: 
     2521      case IDM_SAVETOCLIPFILENAME: 
    25172522      case IDM_APPENDTOCLIP: 
     2523      case IDM_APPENDTOCLIPFILENAME: 
    25182524      case IDM_ARCHIVE: 
    25192525      case IDM_ARCHIVEM: 
     
    25762582              } 
    25772583              switch (SHORT1FROMMP(mp1)) { 
    2578               case IDM_APPENDTOCLIP: 
    2579               case IDM_SAVETOCLIP: 
     2584              case IDM_APPENDTOCLIP: 
     2585              case IDM_APPENDTOCLIPFILENAME: 
     2586              case IDM_SAVETOCLIP: 
     2587              case IDM_SAVETOCLIPFILENAME: 
    25802588              case IDM_ARCHIVE: 
    25812589              case IDM_ARCHIVEM: