wireshark/image/toolbar.qrc
Gerald Combs 07c3d057b8 Add previous/next stream navigation to the TCP stream graph dialog.
Add get_tcp_stream_count() to the TCP dissector and modify
graph_segment_list_get() to allow matching based solely on a stream.

Use text instead of icons for the mouse click behavior buttons. Remove
their PNG resources since we aren't using them any more. Fix setting the
cursor in the graph widget.

svn path=/trunk/; revision=51989
2013-09-12 21:37:47 +00:00

19 lines
658 B
Text

<RCC>
<qresource prefix="/toolbar/main">
<file>capture_start_24.png</file>
<file>capture_stop_24.png</file>
<file>capture_start_active_24.png</file>
<file>toolbar/toolbar_wireshark_file_24.png</file>
</qresource>
<qresource prefix="/menu/help">
<file alias="wsicon16.png">wsicon16.png</file>
<file alias="gnome_emblem_web_16.png">toolbar/gnome_emblem_web_16.png</file>
<file alias="wsicon-ask.png">wsicon-ask.png</file>
</qresource>
<qresource prefix="/stock">
<file>minus-8.png</file>
<file>plus-8.png</file>
<file>copy-8.png</file>
</qresource>
</RCC>