mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
Fixed: enabled translation for Hide/Expand Button in Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2628 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4d0cc50197
commit
a58d8aa5f6
24 changed files with 5487 additions and 5498 deletions
|
@ -443,12 +443,12 @@ void MessagesDialog::togglefileview()
|
|||
if (ui.expandFilesButton->isChecked())
|
||||
{
|
||||
ui.expandFilesButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||
ui.expandFilesButton->setToolTip("Hide");
|
||||
ui.expandFilesButton->setToolTip(tr("Hide"));
|
||||
}
|
||||
else
|
||||
{
|
||||
ui.expandFilesButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||
ui.expandFilesButton->setToolTip("Expand");
|
||||
ui.expandFilesButton->setToolTip(tr("Expand"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue