Subversion Repositories Projects

Rev

Rev 660 | Rev 683 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 660 Rev 661
Line 1... Line 1...
1
#!/usr/bin/env python
1
#!/usr/bin/env python
2
# -*- coding: iso-8859-15 -*-
2
# -*- coding: iso-8859-15 -*-
3
# generated by wxGlade 0.6.3 on Thu Sep 24 15:46:36 2009
3
# generated by wxGlade 0.6.3 on Thu Sep 24 15:46:36 2009
Line 4... Line 4...
4
 
4
 
5
#
5
#
6
# Mikrokopter VibrationTest  Rev: $Rev: 660 $
6
# Mikrokopter VibrationTest  Rev: $Rev: 661 $
7
#
7
#
8
# Author: Frederic Goddeeris   (frederic@rc-flight.be) 
8
# Author: Frederic Goddeeris   (frederic@rc-flight.be) 
Line 9... Line 9...
9
#
9
#
Line 776... Line 776...
776
    def onAbout(self, event): # wxGlade: MainFrame.<event_handler>
776
    def onAbout(self, event): # wxGlade: MainFrame.<event_handler>
777
         # First we create and fill the info object
777
         # First we create and fill the info object
778
        print "about"
778
        print "about"
779
        info = wx.AboutDialogInfo()
779
        info = wx.AboutDialogInfo()
780
        info.Name = "MK Vibration Test - "
780
        info.Name = "MK Vibration Test - "
781
        info.Version = "v0.9 RC4 ($Rev: 660 $)".replace("$","")
781
        info.Version = "v1.0 ($Rev: 661 $)".replace("$","")
782
        info.Copyright = ""
782
        info.Copyright = ""
783
        info.Developers=["Frederic Goddeeris  (Frederic@rc-flight.be)"]
783
        info.Developers=["Frederic Goddeeris  (Frederic@rc-flight.be)"]
784
        info.Description = "Please consult the WIKI page for a complete description of the tool:"
784
        info.Description = "Please consult the WIKI page for a complete description of the tool:"
785
        info.WebSite = ("http://www.mikrokopter.de/ucwiki/en/VibrationTest", "VibrationTest WIKI page")
785
        info.WebSite = ("http://www.mikrokopter.de/ucwiki/en/VibrationTest", "VibrationTest WIKI page")
786
        wx.AboutBox(info)
786
        wx.AboutBox(info)