mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@9927 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5f65ade1f1
commit
9cd1cec4fa
1 changed files with 2 additions and 2 deletions
|
|
@ -31,13 +31,13 @@ AnimatedClip::AnimatedClip() {
|
|||
void AnimatedClip::Browse() {
|
||||
FileSel fs;
|
||||
|
||||
fs.PreSelect(fileName);
|
||||
fs.PreSelect(~fileName);
|
||||
fs.Type("Animation type", "*.gif, *.tif, *.tiff");
|
||||
|
||||
if (fs.ExecuteOpen("Choose animation file"))
|
||||
fileName <<= ~fs;
|
||||
|
||||
if (!clip.Load(fileName)) {
|
||||
if (!clip.Load(~fileName)) {
|
||||
Exclamation("Invalid input");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue