mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Added patch from Henry
- Fixed some typos - Fixed utf8 issue in DhtWindow git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7780 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4bb15cd211
commit
7a562cfe9c
3 changed files with 3 additions and 3 deletions
|
@ -56,6 +56,6 @@ ToasterDisable::ToasterDisable(QWidget *parent)
|
|||
void ToasterDisable::disable(bool isDisable)
|
||||
{
|
||||
imageButton->setIcon(QIcon(isDisable ? IMAGE_TOASTERDISABLE : IMAGE_TOASTERENABLE));
|
||||
imageButton->setToolTip(isDisable ? tr("All Toasters are disable") : tr("Toasters are enable"));
|
||||
imageButton->setToolTip(isDisable ? tr("All Toasters are disabled") : tr("Toasters are enabled"));
|
||||
imageButton->setChecked(isDisable);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue