aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfilepicker.h')
-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 104e0df..63699b2 100644
--- a/linden/indra/newview/llfilepicker.h
+++ b/linden/indra/newview/llfilepicker.h
@@ -91,6 +91,7 @@ public:
91 FFLOAD_XML = 6, 91 FFLOAD_XML = 6,
92 FFLOAD_SLOBJECT = 7, 92 FFLOAD_SLOBJECT = 7,
93 FFLOAD_RAW = 8, 93 FFLOAD_RAW = 8,
94 FFLOAD_TEXT = 9,
94 }; 95 };
95 96
96 enum ESaveFilter 97 enum ESaveFilter
@@ -110,6 +111,8 @@ public:
110 FFSAVE_J2C = 12, 111 FFSAVE_J2C = 12,
111 FFSAVE_PNG = 13, 112 FFSAVE_PNG = 13,
112 FFSAVE_JPEG = 14, 113 FFSAVE_JPEG = 14,
114 FFSAVE_HPA = 15,
115 FFSAVE_TEXT = 16,
113 }; 116 };
114 117
115 // open the dialog. This is a modal operation 118 // open the dialog. This is a modal operation