Beautified RsCollectionDialog.

Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4670 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-11-13 13:58:39 +00:00
parent e181127a30
commit f952bc267b
10 changed files with 337 additions and 284 deletions

View file

@ -1193,7 +1193,7 @@ void ForumsDialog::nextUnreadMessage()
ui.threadTreeWidget->setCurrentItem(currentItem);
return;
}
} while( currentItem = ui.threadTreeWidget->itemBelow(currentItem) );
} while( (currentItem = ui.threadTreeWidget->itemBelow(currentItem)) != NULL );
}
// TODO