Alpha 6 release files

This commit is contained in:
Juan Pablo Caram
2014-09-06 20:45:44 -04:00
parent 0974e54d98
commit 32076d4020
4 changed files with 23 additions and 18 deletions

View File

@@ -217,7 +217,7 @@ class FlatCAMGUI(QtGui.QMainWindow):
self.setWindowIcon(self.app_icon)
self.setGeometry(100, 100, 1024, 650)
self.setWindowTitle('FlatCAM - Alpha 5')
self.setWindowTitle('FlatCAM - Alpha 6')
self.show()
@@ -635,6 +635,9 @@ class CNCJobOptionsGroupUI(OptionsGroupUI):
class GlobalOptionsUI(QtGui.QWidget):
"""
This is the app and project options editor.
"""
def __init__(self, parent=None):
QtGui.QWidget.__init__(self, parent=parent)