Skip to content

Commit

Permalink
Update to v.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBlick committed Oct 7, 2014
1 parent bf04f3d commit 03dac09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uiPanelize.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,9 @@ def uiInit(ui):
from gobject import TYPE_STRING as goStr, TYPE_INT as goInt
apw = ui.apw
ui.callDir = pt.dirname(pt.abspath(__file__))
version =.85
cd(ui.callDir)
ui.title = "PCBnew python module based Panelizator v.0.8. For BZR>5161"
ui.title = "PCBnew python module based Panelizator v.%0.2f. For BZR>5161" % version
ui.mainWindow = gtk.Window(gtk.WINDOW_TOPLEVEL)
ui.wdhMain, ui.hgtMain = (580, 300)
ui.mainWindow.set_geometry_hints(min_width=ui.wdhMain, min_height=ui.hgtMain)
Expand Down

0 comments on commit 03dac09

Please sign in to comment.