diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llpreviewscript.h | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r-- | linden/indra/newview/llpreviewscript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h index 977b9ce..58de041 100644 --- a/linden/indra/newview/llpreviewscript.h +++ b/linden/indra/newview/llpreviewscript.h | |||
@@ -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 | ||
133 | private: | 133 | private: |
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); |