mejoras
This commit is contained in:
@@ -138,7 +138,7 @@ class ProjectSetupDialog(QtGui.QWidget):
|
||||
def closeForm(self):
|
||||
self.close()
|
||||
|
||||
class CommandProjectSetup:
|
||||
'''class CommandProjectSetup:
|
||||
def GetResources(self):
|
||||
return {'Pixmap': str(os.path.join(DirIcons, "flash.svg")),
|
||||
'Accel': "P, S",
|
||||
@@ -159,5 +159,5 @@ class CommandProjectSetup:
|
||||
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
FreeCADGui.addCommand('ProjectSetup', CommandProjectSetup())
|
||||
FreeCADGui.addCommand('ProjectSetup', CommandProjectSetup())'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user