PLCOpenEditor.py
branchwx3-fix
changeset 2497 e04824ad26e4
parent 2177 10aa87518401
child 2531 f5891ce3228e
--- a/PLCOpenEditor.py	Mon Dec 24 16:44:06 2018 +0300
+++ b/PLCOpenEditor.py	Mon Jan 07 18:32:03 2019 +0100
@@ -305,7 +305,7 @@
         self.SaveProjectAs()
 
     def OnGenerateProgramMenu(self, event):
-        dialog = wx.FileDialog(self, _("Choose a file"), os.getcwd(), self.Controler.GetProgramFilePath(),  _("ST files (*.st)|*.st|All files|*.*"), wx.SAVE | wx.CHANGE_DIR)
+        dialog = wx.FileDialog(self, _("Choose a file"), os.getcwd(), os.path.basename(self.Controler.GetProgramFilePath()),  _("ST files (*.st)|*.st|All files|*.*"), wx.SAVE | wx.CHANGE_DIR)
         if dialog.ShowModal() == wx.ID_OK:
             filepath = dialog.GetPath()
             message_text = ""