master
Ansariel 2017-02-03 21:51:03 +01:00
parent 0253cf787b
commit 9760989fda
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ void FSPanelBlockList::refreshBlockedList()
mBlockedList->refreshLineHeight();
LLUICtrl* block_limit = getChild<LLUICtrl>("block_limit");
block_limit->setTextArg("[COUNT]", llformat("%d", LLMuteList::getInstance()->getMutes().size()));
block_limit->setTextArg("[LIMIT]", llformat("%d", gSavedSettings.getS32("MuteListLimit")));
block_limit->setTextArg("[COUNT]", llformat("%d", LLMuteList::getInstance()->getMutes().size()));
block_limit->setTextArg("[LIMIT]", llformat("%d", gSavedSettings.getS32("MuteListLimit")));
}
void FSPanelBlockList::updateButtons()