Changeset 1084 for trunk/dll/newview.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/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
Note: See TracChangeset for help on using the changeset viewer.