removed formating for the textlabel in SharedFiles.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2675 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-04-03 18:42:03 +00:00
parent 69d6b67673
commit 523956c0bf

View File

@ -800,11 +800,7 @@ void SharedFilesDialog::showFrame(bool show)
ui.remoteButton->setChecked(false);
ui.splittedButton->setChecked(false);
/* set textcolor for Channel name */
QString labelStr("<span style=\"font-size:10pt; font-weight:500;"
"color:#000000;\">%1</span>");
ui.labeltext->setText( labelStr.arg(tr("<strong>My Shared Files</strong>")));
ui.labeltext->setText( tr("<strong>My Shared Files</strong>"));
}
}