removed formating for the textlabel in SharedFiles.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2674 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-04-03 18:40:30 +00:00
parent c307d8bb9a
commit 6608da5d18

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>"));
}
}