Wireshark-commits: [Wireshark-commits] rev 33855: /trunk/gtk/ /trunk/gtk/: rtp_analysis.c

Date: Thu, 19 Aug 2010 22:04:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33855

User: wmeier
Date: 2010/08/19 03:04 PM

Log:
 Minor cleanup of rtp graph:
  - Display current value in combo boxes (pixels_per_tick, etc) to always
    match actual values being used to create graph;
  - yscale combo box entries: 
     show values >= 1 sec as sec (not s000 ms);
  - Determine max yscale label width properly as the largest of the
    top or middle label lengths;
  - Cleanup some indentation.

Directory: /trunk/gtk/
  Changes    Path              Action
  +36 -15    rtp_analysis.c    Modified