Grid currency, partial

This commit is contained in:
Siana Gearz
2011-02-11 19:56:30 +01:00
parent 1919c00f2d
commit d97f87b05f
82 changed files with 1164 additions and 1130 deletions

View File

@@ -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");