We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1cb49 commit a4c0cabCopy full SHA for a4c0cab
indra/plugins/filepicker/llfilepicker.cpp
@@ -49,7 +49,7 @@ LLFilePicker LLFilePicker::sInstance;
49
#define AO_FILTER L"Animation Override (*.ao)\0*.ao\0"
50
#define BLACKLIST_FILTER L"Asset Blacklist (*.blacklist)\0*.blacklist\0"
51
// </edit>
52
-#define ANIM_FILTER L"Animations (*.bvh; *.anim)\0*.bvh\0*.anim\0"
+#define ANIM_FILTER L"Animations (*.bvh; *.anim)\0*.bvh;*.anim\0"
53
#define COLLADA_FILTER L"Scene (*.dae)\0*.dae\0"
54
#ifdef _CORY_TESTING
55
#define GEOMETRY_FILTER L"SL Geometry (*.slg)\0*.slg\0"
0 commit comments