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

    r1063 r1084  
    3131  29 Feb 08 GKY Use xfree where appropriate 
    3232  29 Feb 08 GKY Refactor global command line variables to notebook.h 
     33  20 Jul 08 GKY Change ListToClipboardHab call to match changes made to function 
    3334 
    3435***********************************************************************/ 
     
    11291130                if (cmd == IDM_SAVETOCLIP || cmd == IDM_APPENDTOCLIP || 
    11301131                    cmd == IDM_SAVETOCLIP2 || cmd == IDM_APPENDTOCLIP2) 
    1131                   ListToClipboardHab(hab2, list, (cmd == IDM_APPENDTOCLIP || 
    1132                                                   cmd == IDM_APPENDTOCLIP2)); 
     1132                  ListToClipboardHab(hab2, list, cmd); 
    11331133                else { 
    11341134