aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r--linden/indra/newview/llpreviewscript.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h
index 977b9ce..7026482 100644
--- a/linden/indra/newview/llpreviewscript.h
+++ b/linden/indra/newview/llpreviewscript.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2008, Linden Research, Inc. 7 * Copyright (c) 2002-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -65,7 +65,7 @@ public:
65 const std::string& name, 65 const std::string& name,
66 const LLRect& rect, 66 const LLRect& rect,
67 const std::string& sample, 67 const std::string& sample,
68 const std::string& help, 68 const std::string& help_url,
69 const LLHandle<LLFloater>& floater_handle, 69 const LLHandle<LLFloater>& floater_handle,
70 void (*load_callback)(void* userdata), 70 void (*load_callback)(void* userdata),
71 void (*save_callback)(void* userdata, BOOL close_after_save), 71 void (*save_callback)(void* userdata, BOOL close_after_save),
@@ -132,7 +132,7 @@ protected:
132 132
133private: 133private:
134 std::string mSampleText; 134 std::string mSampleText;
135 std::string mHelpFile; 135 std::string mHelpURL;
136 LLTextEditor* mEditor; 136 LLTextEditor* mEditor;
137 void (*mLoadCallback)(void* userdata); 137 void (*mLoadCallback)(void* userdata);
138 void (*mSaveCallback)(void* userdata, BOOL close_after_save); 138 void (*mSaveCallback)(void* userdata, BOOL close_after_save);