Skip to content
Snippets Groups Projects
Commit 3f96aeff authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-12817 New text for snapshot upload

parent e4a89428
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,6 @@ BOOL LLPanelSnapshotInventory::postBuild() ...@@ -136,7 +136,6 @@ BOOL LLPanelSnapshotInventory::postBuild()
// virtual // virtual
void LLPanelSnapshotInventory::onOpen(const LLSD& key) void LLPanelSnapshotInventory::onOpen(const LLSD& key)
{ {
getChild<LLUICtrl>("hint_lbl")->setTextArg("[UPLOAD_COST]", llformat("%d", LLAgentBenefitsMgr::current().getTextureUploadCost()));
LLPanelSnapshot::onOpen(key); LLPanelSnapshot::onOpen(key);
} }
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<text <text
follows="top|left" follows="top|left"
font="SansSerif" font="SansSerif"
height="56" height="126"
layout="topleft" layout="topleft"
left="10" left="10"
length="1" length="1"
...@@ -50,7 +50,9 @@ ...@@ -50,7 +50,9 @@
width="200" width="200"
type="string" type="string"
word_wrap="true"> word_wrap="true">
Uploading an image to your inventory costs L$[UPLOAD_COST]. Uploading an image to your inventory costs L$[UPLOAD_COST].
Fee is based on your subscription level. Higher levels are charged lower fees.
</text> </text>
<button <button
follows="right|bottom" follows="right|bottom"
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
width="200" width="200"
type="string" type="string"
word_wrap="true"> word_wrap="true">
Saving an image to your inventory costs L$[UPLOAD_COST]. To save your image as a texture select one of the square formats. To save your image as a texture select one of the square formats.
</text> </text>
<button <button
follows="right|bottom" follows="right|bottom"
......
...@@ -73,4 +73,18 @@ ...@@ -73,4 +73,18 @@
<button.commit_callback <button.commit_callback
function="Snapshot.SaveToEmail" /> function="Snapshot.SaveToEmail" />
</button> </button>
<text
follows="top|left"
font="SansSerif"
height="56"
layout="topleft"
left="10"
length="1"
name="fee_hint_lbl"
top_pad="7"
width="200"
type="string"
word_wrap="true">
Fee is based on your subscription level. Higher levels are charged lower fees.
</text>
</panel> </panel>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment