773 @return file selection filter string |
773 @return file selection filter string |
774 @rtype str |
774 @rtype str |
775 """ |
775 """ |
776 return ";;".join( |
776 return ";;".join( |
777 self.getFileCategoryFilters( |
777 self.getFileCategoryFilters( |
778 categ=categories, withOthers=withOthers, withAll=withAll |
778 categories=categories, withOthers=withOthers, withAll=withAll |
779 ) |
779 ) |
780 ) |
780 ) |
781 |
781 |
782 def getFileCategoryString(self, category): |
782 def getFileCategoryString(self, category): |
783 """ |
783 """ |