mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
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:
parent
31599d99f3
commit
db1b7ca475
1 changed files with 1 additions and 1 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue