diff -r fc897b7bfa7b -r 20dcc0dce64b PLCOpenEditor.py --- a/PLCOpenEditor.py Wed Jun 06 17:54:33 2007 +0200 +++ b/PLCOpenEditor.py Mon Jun 11 14:56:25 2007 +0200 @@ -1437,9 +1437,9 @@ def _init_ctrls(self, prnt): # generated method, don't edit wx.Dialog.__init__(self, id=wxID_POUDIALOG, - name='ProjectDialog', parent=prnt, pos=wx.Point(376, 223), + name='PouDialog', parent=prnt, pos=wx.Point(376, 223), size=wx.Size(300, 200), style=wx.DEFAULT_DIALOG_STYLE, - title='Create a new project') + title='Create a new POU') self.SetClientSize(wx.Size(300, 200)) self.MainPanel = wx.Panel(id=wxID_POUDIALOGMAINPANEL,