diff options
author | McCabe Maxsted | 2009-10-12 00:51:28 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-12 00:51:28 -0700 |
commit | e0561134ee559f9ea729f940cf9d4390f60c66d5 (patch) | |
tree | e4d25df45c1f2f959b315ef90a3f6badd5133157 /linden/indra/newview/llfilepicker.h | |
parent | Added particle count to windlight toolbar (diff) | |
download | meta-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.h | 3 |
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 |