From f606477ae510429916bf1a7d485d292554efed42 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sun, 13 Jan 2013 19:48:35 +0100 Subject: [PATCH] Use "mesh" as context everywhere (for loading and saving). --- indra/newview/llviewermenufile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index ddb92ad67..428e9599c 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -314,7 +314,7 @@ class LLFileUploadModel : public view_listener_t, public AIFileUpload { bool handleEvent(LLPointer event, const LLSD& userdata) { - start_filepicker(FFLOAD_COLLADA, "dae"); + start_filepicker(FFLOAD_COLLADA, "mesh"); return true; }