mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
improved debug info in a few places
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8584 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c0ad7d3e46
commit
249c827f95
6 changed files with 15 additions and 10 deletions
|
@ -470,7 +470,7 @@ void RSPermissionMatrixWidget::paintEvent(QPaintEvent *)
|
|||
QString remote_status = remotely_allowed?tr("Enabled by remote peer"):tr("Disabled by remote peer") ;
|
||||
|
||||
if(!service_perms.mDefaultAllowed)
|
||||
local_status = tr("Switched Off") ;
|
||||
local_status = tr("Globally switched Off") ;
|
||||
|
||||
const QFont& font(_painter->font()) ;
|
||||
QFontMetrics fm(font);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue