diff -r abf63d732a84 -r f76c64f66097 objdictgen/objdictedit.py --- a/objdictgen/objdictedit.py Fri Jun 22 17:46:18 2007 +0200 +++ b/objdictgen/objdictedit.py Mon Jun 25 17:01:39 2007 +0200 @@ -782,7 +782,7 @@ event.Skip() def OnExportCMenu(self, event): - dialog = wxFileDialog(self, "Choose a file", os.getcwd(), self.Manager.GetCurrentNodeInfos()[0], "CANFestival OD files (*.c)|*.c|All files|*.*", wxSAVE|wxOVERWRITE_PROMPT|wxCHANGE_DIR) + dialog = wxFileDialog(self, "Choose a file", os.getcwd(), self.Manager.GetCurrentNodeInfos()[0], "CANFestival C files (*.c)|*.c|All files|*.*", wxSAVE|wxOVERWRITE_PROMPT|wxCHANGE_DIR) if dialog.ShowModal() == wxID_OK: filepath = dialog.GetPath() if os.path.isdir(os.path.dirname(filepath)):