diff options
author | McCabe Maxsted | 2010-04-26 20:06:23 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-26 20:06:23 -0700 |
commit | e563e2c2cc66fa9f3b47c4814d70f9800d957026 (patch) | |
tree | a2a9ca5bfeaf747b76b744f007da061ad15110c2 /linden/indra/newview/llfloaternamedesc.cpp | |
parent | Merge commit 'jacek/next' into next (diff) | |
download | meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.zip meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.gz meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.bz2 meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.xz |
Ported currency changes from Hippo (#237) and fixed some labels Hippo missed (also fixed #200 in the process)
Diffstat (limited to 'linden/indra/newview/llfloaternamedesc.cpp')
-rw-r--r-- | linden/indra/newview/llfloaternamedesc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaternamedesc.cpp b/linden/indra/newview/llfloaternamedesc.cpp index acfcfab..9413611 100644 --- a/linden/indra/newview/llfloaternamedesc.cpp +++ b/linden/indra/newview/llfloaternamedesc.cpp | |||
@@ -55,6 +55,8 @@ | |||
55 | #include "llassetstorage.h" | 55 | #include "llassetstorage.h" |
56 | #include "llinventorytype.h" | 56 | #include "llinventorytype.h" |
57 | 57 | ||
58 | #include "hippoGridManager.h" | ||
59 | |||
58 | const S32 PREVIEW_LINE_HEIGHT = 19; | 60 | const S32 PREVIEW_LINE_HEIGHT = 19; |
59 | const S32 PREVIEW_CLOSE_BOX_SIZE = 16; | 61 | const S32 PREVIEW_CLOSE_BOX_SIZE = 16; |
60 | const S32 PREVIEW_BORDER_WIDTH = 2; | 62 | const S32 PREVIEW_BORDER_WIDTH = 2; |
@@ -138,6 +140,7 @@ BOOL LLFloaterNameDesc::postBuild() | |||
138 | childSetAction("cancel_btn", onBtnCancel, this); | 140 | childSetAction("cancel_btn", onBtnCancel, this); |
139 | 141 | ||
140 | // OK button | 142 | // OK button |
143 | childSetLabelArg("ok_btn", "[UPLOADFEE]", gHippoGridManager->getConnectedGrid()->getUploadFee()); | ||
141 | childSetAction("ok_btn", onBtnOK, this); | 144 | childSetAction("ok_btn", onBtnOK, this); |
142 | setDefaultBtn("ok_btn"); | 145 | setDefaultBtn("ok_btn"); |
143 | 146 | ||