From e0561134ee559f9ea729f940cf9d4390f60c66d5 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 12 Oct 2009 00:51:28 -0700 Subject: Added script load/save from Meerkat viewer --- linden/indra/newview/llfilepicker.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llfilepicker.h') diff --git a/linden/indra/newview/llfilepicker.h b/linden/indra/newview/llfilepicker.h index aea414a..f9f859f 100644 --- a/linden/indra/newview/llfilepicker.h +++ b/linden/indra/newview/llfilepicker.h @@ -90,6 +90,7 @@ public: FFLOAD_XML = 6, FFLOAD_SLOBJECT = 7, FFLOAD_RAW = 8, + FFLOAD_TEXT = 9, }; enum ESaveFilter @@ -109,6 +110,8 @@ public: FFSAVE_J2C = 12, FFSAVE_PNG = 13, FFSAVE_JPEG = 14, + FFSAVE_HPA = 15, + FFSAVE_TEXT = 16, }; // open the dialog. This is a modal operation -- cgit v1.1