aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaternamedesc.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaternamedesc.cpp3
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
58const S32 PREVIEW_LINE_HEIGHT = 19; 60const S32 PREVIEW_LINE_HEIGHT = 19;
59const S32 PREVIEW_CLOSE_BOX_SIZE = 16; 61const S32 PREVIEW_CLOSE_BOX_SIZE = 16;
60const S32 PREVIEW_BORDER_WIDTH = 2; 62const 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