scyther/gui/Gui
Cas Cremers d5ba325233 Workaround for strange wxPython display error.
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 "_".
2007-05-29 16:39:25 +02:00
..
__init__.py - Oops, forgot stuff. 2006-08-08 15:59:25 +00:00
About.py - Big catchup commit to make sure we are up to beta7. 2007-05-18 14:06:29 +02:00
Attackwindow.py - Big catchup commit to make sure we are up to beta7. 2007-05-18 14:06:29 +02:00
Editor.py - Big catchup commit to make sure we are up to beta7. 2007-05-18 14:06:29 +02:00
Error.py - Correction to previous commit: added required files. 2006-12-14 14:08:08 +00:00
Icon.py - Fixed path issue. 2006-08-11 11:04:22 +00:00
Mainwindow.py - Big catchup commit to make sure we are up to beta7. 2007-05-18 14:06:29 +02:00
Misc.py - Refactoring stuff into a package. 2006-08-08 15:54:00 +00:00
Preference.py - Fixed that PIL is only used under Linux 2006-08-10 11:50:57 +00:00
Scytherthread.py Workaround for strange wxPython display error. 2007-05-29 16:39:25 +02:00
Settingswindow.py - Big catchup commit to make sure we are up to beta7. 2007-05-18 14:06:29 +02:00
Tempfile.py - Refactoring stuff into a package. 2006-08-08 15:54:00 +00:00
Version.py Fixed version information updates of both the compiled code as well as the Gui. 2007-05-20 16:14:40 +02:00