Wireshark-commits: [Wireshark-commits] rev 28006: /trunk/ /trunk/doc/: wireshark.pod /trunk/gtk/: m
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28006
User: sake
Date: 2009/04/08 11:32 AM
Log:
Add some more "copy" functionality:
- Enabled "Copy Description" in the main menu and gave it
accelerator key CTRL+SHIFT+D
- Added "Copy Fieldname" to copy the fieldname of the selected
field in the detail view (Acc.Key: CTRL+SHIFT+F)
- Added "Copy Value" to copy the value of the selected
field in the detail view (Acc.Key: CTRL+SHIFT+V)
- Updated documentation to reflect the changes
Directory: /trunk/doc/
Changes Path Action
+15 -0 wireshark.pod Modified
Directory: /trunk/gtk/
Changes Path Action
+31 -10 main.c Modified
+13 -5 main.h Modified
+16 -1 main_menu.c Modified
Directory: /trunk/
Changes Path Action
+2 -2 print.c Modified
+2 -0 print.h Modified
Directory: /trunk/docbook/wsug_src/
Changes Path Action
+24 -0 WSUG_chapter_use.xml Modified
+19 -1 WSUG_chapter_work.xml Modified