- updated the Turkish translation (by Mehmet Kaya)
- the methods of the APP class that were the handlers for the File menu are now moved to their oen class
This commit is contained in:
@@ -49,4 +49,4 @@ class TclCommandExportDXF(TclCommand):
|
||||
"""
|
||||
if 'filename' not in args:
|
||||
args['filename'] = self.app.defaults["global_last_save_folder"] + '/' + args['name']
|
||||
self.app.export_dxf(use_thread=False, local_use=None, **args)
|
||||
self.app.f_handlers.export_dxf(use_thread=False, local_use=None, **args)
|
||||
|
||||
Reference in New Issue
Block a user