aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-12 00:51:28 -0700
committerMcCabe Maxsted2009-10-12 00:51:28 -0700
commite0561134ee559f9ea729f940cf9d4390f60c66d5 (patch)
treee4d25df45c1f2f959b315ef90a3f6badd5133157 /linden/indra/newview/llfilepicker.h
parentAdded particle count to windlight toolbar (diff)
downloadmeta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.zip
meta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.tar.gz
meta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.tar.bz2
meta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.tar.xz
Added script load/save from Meerkat viewer
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfilepicker.h3
1 files changed, 3 insertions, 0 deletions
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:
90 FFLOAD_XML = 6, 90 FFLOAD_XML = 6,
91 FFLOAD_SLOBJECT = 7, 91 FFLOAD_SLOBJECT = 7,
92 FFLOAD_RAW = 8, 92 FFLOAD_RAW = 8,
93 FFLOAD_TEXT = 9,
93 }; 94 };
94 95
95 enum ESaveFilter 96 enum ESaveFilter
@@ -109,6 +110,8 @@ public:
109 FFSAVE_J2C = 12, 110 FFSAVE_J2C = 12,
110 FFSAVE_PNG = 13, 111 FFSAVE_PNG = 13,
111 FFSAVE_JPEG = 14, 112 FFSAVE_JPEG = 14,
113 FFSAVE_HPA = 15,
114 FFSAVE_TEXT = 16,
112 }; 115 };
113 116
114 // open the dialog. This is a modal operation 117 // open the dialog. This is a modal operation