diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llviewertexteditor.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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/llviewertexteditor.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h index b8452e3..da980d1 100644 --- a/linden/indra/newview/llviewertexteditor.h +++ b/linden/indra/newview/llviewertexteditor.h | |||
@@ -86,7 +86,14 @@ public: | |||
86 | // If this starts a line, you need to prepend a newline. | 86 | // If this starts a line, you need to prepend a newline. |
87 | 87 | ||
88 | void copyInventory(LLInventoryItem* item); | 88 | void copyInventory(LLInventoryItem* item); |
89 | 89 | ||
90 | // returns true if there is embedded inventory. | ||
91 | // *HACK: This is only useful because the notecard verifier may | ||
92 | // change the asset if there is embedded inventory. This mechanism | ||
93 | // should be changed to get a different asset id from the verifier | ||
94 | // rather than checking if a re-load is necessary. Phoenix 2007-02-27 | ||
95 | bool hasEmbeddedInventory(); | ||
96 | |||
90 | protected: | 97 | protected: |
91 | // Embedded object operations | 98 | // Embedded object operations |
92 | virtual llwchar pasteEmbeddedItem(llwchar ext_char); | 99 | virtual llwchar pasteEmbeddedItem(llwchar ext_char); |