Bazaar/XMLMenu : replaced FileSelector with FileSel

git-svn-id: svn://ultimatepp.org/upp/trunk@4072 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2011-10-20 12:02:33 +00:00
parent 31599d99f3
commit db1b7ca475

View file

@ -223,7 +223,7 @@ void XMLBarEditor::imageSelCb(void)
// opens a file selector, allows selection of some
// kind of image formats
FileSelector fs;
FileSel fs;
fs.ActiveDir(lastPath);
fs.Type(t_("Image files"), "*.png,*.jpg,*.ico,*.bmp");
if(!fs.ExecuteOpen(t_("Select icon file")))