Use "mesh" as context everywhere (for loading and saving).

This commit is contained in:
Aleric Inglewood
2013-01-13 19:48:35 +01:00
parent 5250b218c5
commit f606477ae5

View File

@@ -314,7 +314,7 @@ class LLFileUploadModel : public view_listener_t, public AIFileUpload
{
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
{
start_filepicker(FFLOAD_COLLADA, "dae");
start_filepicker(FFLOAD_COLLADA, "mesh");
return true;
}