diff options
author | McCabe Maxsted | 2010-03-04 13:16:28 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-03-11 19:03:52 -0600 |
commit | 1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd (patch) | |
tree | 4ce9ece8150a60ab7292bd6cef3ff3c0dfcc4025 /linden/indra/newview/llpreviewnotecard.h | |
parent | Applied UnknownJointsCrashFix v2 from Cool Viewer. (diff) | |
download | meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.zip meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.tar.gz meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.tar.bz2 meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.tar.xz |
Applied Kitty Barnett's patch for Search/Replace in notecards.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpreviewnotecard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpreviewnotecard.h b/linden/indra/newview/llpreviewnotecard.h index f5cd2bb..6563acd 100644 --- a/linden/indra/newview/llpreviewnotecard.h +++ b/linden/indra/newview/llpreviewnotecard.h | |||
@@ -43,6 +43,7 @@ | |||
43 | // This class allows us to edit notecards | 43 | // This class allows us to edit notecards |
44 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 44 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
45 | 45 | ||
46 | class LLTextEditor; | ||
46 | class LLViewerTextEditor; | 47 | class LLViewerTextEditor; |
47 | class LLButton; | 48 | class LLButton; |
48 | 49 | ||
@@ -84,6 +85,7 @@ public: | |||
84 | // asset system. :( | 85 | // asset system. :( |
85 | void refreshFromInventory(); | 86 | void refreshFromInventory(); |
86 | 87 | ||
88 | LLTextEditor* getEditor(); | ||
87 | protected: | 89 | protected: |
88 | 90 | ||
89 | virtual void loadAsset(); | 91 | virtual void loadAsset(); |