diff -r 25241c4e1d3c -r 5131565abc69 Project/Project.py --- a/Project/Project.py Fri Mar 14 17:54:54 2014 +0100 +++ b/Project/Project.py Fri Mar 14 17:53:09 2014 +0100 @@ -2259,6 +2259,9 @@ @param mainscript name of the mainscript (string) """ + # Show the file type associations for the user to change + self.__showFiletypeAssociations() + QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) QApplication.processEvents()