d5ba325233c130c91888f0572d9c69fbfcd48333
Since a while, wxPython has been refusing to correctly display strings with a dash in them in the staticText object. Given a string "xx-yy", only "xx" is displayed. This caused some problems for protocols with dashes in their protocol names. I've worked around it by replacing all occurrences of "-" by "_".
Description
Scyther with my modifications
Languages
C
42.9%
Python
28.8%
TeX
14.1%
C++
9.8%
Shell
1.2%
Other
3.1%