diff options
author | McCabe Maxsted | 2010-04-26 20:45:39 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-26 20:45:39 -0700 |
commit | 4b53fd0517dd4bf1c3c0c1d9a094749be4cc761d (patch) | |
tree | 8a6ff9bba5303da89705008b3e78428770083057 /linden/indra/llui/llspinctrl.h | |
parent | Ported currency changes from Hippo (#237) and fixed some labels Hippo missed ... (diff) | |
download | meta-impy-4b53fd0517dd4bf1c3c0c1d9a094749be4cc761d.zip meta-impy-4b53fd0517dd4bf1c3c0c1d9a094749be4cc761d.tar.gz meta-impy-4b53fd0517dd4bf1c3c0c1d9a094749be4cc761d.tar.bz2 meta-impy-4b53fd0517dd4bf1c3c0c1d9a094749be4cc761d.tar.xz |
Added missing setLabelArg to LLSpinCtrl (silly Lindens...)
Diffstat (limited to 'linden/indra/llui/llspinctrl.h')
-rw-r--r-- | linden/indra/llui/llspinctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llspinctrl.h b/linden/indra/llui/llspinctrl.h index dfd0eb3..b9d94e5 100644 --- a/linden/indra/llui/llspinctrl.h +++ b/linden/indra/llui/llspinctrl.h | |||
@@ -116,6 +116,8 @@ public: | |||
116 | static void onUpBtn(void *userdata); | 116 | static void onUpBtn(void *userdata); |
117 | static void onDownBtn(void *userdata); | 117 | static void onDownBtn(void *userdata); |
118 | 118 | ||
119 | virtual BOOL setLabelArg( const std::string& key, const LLStringExplicit& text ); | ||
120 | |||
119 | private: | 121 | private: |
120 | void updateEditor(); | 122 | void updateEditor(); |
121 | void reportInvalidData(); | 123 | void reportInvalidData(); |