Project/AddFileDialog.py

changeset 3038
7fe9a53280bd
parent 2995
63d874899b8b
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3037:a417a0670a36 3038:7fe9a53280bd
94 "Source Files ({0});;" 94 "Source Files ({0});;"
95 "Forms Files ({1});;" 95 "Forms Files ({1});;"
96 "Resource Files ({2});;" 96 "Resource Files ({2});;"
97 "Interface Files ({3});;" 97 "Interface Files ({3});;"
98 "Translation Files ({4});;" 98 "Translation Files ({4});;"
99 "All Files (*)").format( 99 "All Files (*)")\
100 .format(
100 " ".join(patterns["SOURCES"]), 101 " ".join(patterns["SOURCES"]),
101 " ".join(patterns["FORMS"]), 102 " ".join(patterns["FORMS"]),
102 " ".join(patterns["RESOURCES"]), 103 " ".join(patterns["RESOURCES"]),
103 " ".join(patterns["INTERFACES"]), 104 " ".join(patterns["INTERFACES"]),
104 " ".join(patterns["TRANSLATIONS"])) 105 " ".join(patterns["TRANSLATIONS"]))

eric ide

mercurial