Messed with viewerinventory lolinvcacheonwindows and changed panel_login to allow up to 999999 on the build number old max was 9k

This commit is contained in:
SimmanFederal
2010-05-17 17:13:47 -05:00
parent e9dda4b67c
commit 81af23798a
2 changed files with 4 additions and 4 deletions

View File

@@ -163,14 +163,14 @@ void LLViewerInventoryItem::removeFromServer()
void LLViewerInventoryItem::updateServer(BOOL is_new) const
{
if(!mIsComplete)
/*if(!mIsComplete)
{
// *FIX: deal with this better.
// If we're crashing here then the UI is incorrectly enabled.
llerrs << "LLViewerInventoryItem::updateServer() - for incomplete item"
<< llendl;
return;
}
}*/
if(gAgent.getID() != mPermissions.getOwner())
{
// *FIX: deal with this better.

View File

@@ -146,7 +146,7 @@
text_enabled_color="110, 15, 15, 255" width="87" font_size="Small" />
<spinner decimal_digits="0" follows="left|bottom" height="15"
increment="1" initial_val="0" label="Patch" label_width="40" left_delta="0"
max_val="9999" min_val="0" mouse_opaque="true" name="verbuild_spin" control_edit="SpecifiedVersionBuild"
text_enabled_color="110, 15, 15, 255" width="87" font_size="Small" />
max_val="999999" min_val="0" mouse_opaque="true" name="verbuild_spin" control_edit="SpecifiedVersionBuild"
text_enabled_color="110, 15, 15, 255" width="110" font_size="Small" />
</panel>