Fix EoL
parent
0253cf787b
commit
9760989fda
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue