mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
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:
parent
c68f5dc712
commit
a0520d05ae
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue