Wireshark-commits: [Wireshark-commits] rev 33834: /trunk/gtk/ /trunk/gtk/: iax2_analysis.c

Date: Wed, 18 Aug 2010 00:04:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33834

User: wmeier
Date: 2010/08/17 05:04 PM

Log:
 Minor cleanup of iax2 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 ms values as ms (not x000 usecs);
    show us values with unit "us" (not "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
  +50 -29    iax2_analysis.c    Modified