Grid currency, partial
This commit is contained in:
@@ -55,6 +55,8 @@
|
||||
#include "llassetstorage.h"
|
||||
#include "llinventorytype.h"
|
||||
|
||||
#include "hippogridmanager.h"
|
||||
|
||||
const S32 PREVIEW_LINE_HEIGHT = 19;
|
||||
const S32 PREVIEW_CLOSE_BOX_SIZE = 16;
|
||||
const S32 PREVIEW_BORDER_WIDTH = 2;
|
||||
@@ -154,6 +156,7 @@ BOOL LLFloaterNameDesc::postBuild()
|
||||
childSetAction("cancel_btn", onBtnCancel, this);
|
||||
|
||||
// OK button
|
||||
childSetLabelArg("ok_btn", "[UPLOADFEE]", gHippoGridManager->getConnectedGrid()->getUploadFee());
|
||||
childSetAction("ok_btn", onBtnOK, this);
|
||||
setDefaultBtn("ok_btn");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user