aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfilepicker.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfilepicker.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llfilepicker.h b/linden/indra/newview/llfilepicker.h
index 88530f6..c284a42 100644
--- a/linden/indra/newview/llfilepicker.h
+++ b/linden/indra/newview/llfilepicker.h
@@ -106,6 +106,7 @@ public:
106 FFSAVE_XML = 9, 106 FFSAVE_XML = 9,
107 FFSAVE_COLLADA = 10, 107 FFSAVE_COLLADA = 10,
108 FFSAVE_RAW = 11, 108 FFSAVE_RAW = 11,
109 FFSAVE_J2C = 12,
109 }; 110 };
110 111
111 // open the dialog. This is a modal operation 112 // open the dialog. This is a modal operation
@@ -169,8 +170,8 @@ private:
169 U32 mNextFileIndex; 170 U32 mNextFileIndex;
170#endif 171#endif
171 172
172 char mFiles[FILENAME_BUFFER_SIZE]; 173 char mFiles[FILENAME_BUFFER_SIZE]; /*Flawfinder: ignore*/
173 char mFilename[LL_MAX_PATH]; 174 char mFilename[LL_MAX_PATH]; /*Flawfinder: ignore*/
174 char* mCurrentFile; 175 char* mCurrentFile;
175 BOOL mLocked; 176 BOOL mLocked;
176 BOOL mMultiFile; 177 BOOL mMultiFile;