ide: icpp added to source file selector extension list

git-svn-id: svn://ultimatepp.org/upp/trunk@4611 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-02-21 14:17:42 +00:00
parent c68f5dc712
commit a0520d05ae

View file

@ -89,8 +89,8 @@ void IdeFs(FileSel& fs) {
}
void SourceFs(FileSel& fs) {
String mask = "*.cpp *.h *.hpp *.c *.C *.cc *.cxx *.lay *.iml *.lng *.sch *.usc *.rc *.brc *.upt";
fs.Type("C++ files (*.cpp *.h *.hpp *.c *.C *.cc *.cxx)", "*.cpp *.h *.hpp *.c *.C *.cc *.cxx");
String mask = "*.cpp *.h *.hpp *.c *.C *.cc *.cxx *.icpp *.lay *.iml *.lng *.sch *.usc *.rc *.brc *.upt";
fs.Type("C++ files (*.cpp *.h *.hpp *.c *.C *.cc *.cxx *.icpp)", "*.cpp *.h *.hpp *.c *.C *.cc *.cxx *.icpp");
fs.Type("Layout files (*.lay)", "*.lay");
fs.Type("Image files (*.iml)", "*.iml");
fs.Type("Language files (*.lng)", "*.lng");