From a0520d05aeaa60dc565473e8d2ba53079934dba5 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 21 Feb 2012 14:17:42 +0000 Subject: [PATCH] ide: icpp added to source file selector extension list git-svn-id: svn://ultimatepp.org/upp/trunk@4611 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Common/ComDlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/ide/Common/ComDlg.cpp b/uppsrc/ide/Common/ComDlg.cpp index 0cfc0d559..b0d3bea7b 100644 --- a/uppsrc/ide/Common/ComDlg.cpp +++ b/uppsrc/ide/Common/ComDlg.cpp @@ -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");