Skip to content
Snippets Groups Projects
Commit 0a50a88c authored by maxime's avatar maxime
Browse files

Added version

parent 9a29450d
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
import wx, atexit, thread, serial, time, sys, os, ConfigParser import wx, atexit, thread, serial, time, sys, os, ConfigParser
version = "V1.1"
class LCFrame(wx.Frame): class LCFrame(wx.Frame):
logfile=None logfile=None
show_log_gui = False show_log_gui = False
...@@ -147,7 +149,7 @@ class LCFrame(wx.Frame): ...@@ -147,7 +149,7 @@ class LCFrame(wx.Frame):
self._power[channel-1]=percentage self._power[channel-1]=percentage
def __set_properties(self): def __set_properties(self):
self.SetTitle("Laser Control for QuickPALM V1.0") self.SetTitle("Laser Control for QuickPALM {}".format(version))
self.frame_1_statusbar.SetStatusWidths([-1]) self.frame_1_statusbar.SetStatusWidths([-1])
# statusbar fields # statusbar fields
frame_1_statusbar_fields = ["Copyright Ricardo Henriques @ Pasteur - 2010"] frame_1_statusbar_fields = ["Copyright Ricardo Henriques @ Pasteur - 2010"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment