Added translation for "[ ... Missing Message ... ]".

Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-02-13 20:40:36 +00:00
parent d26be6c05c
commit 8675eb9225
6 changed files with 99 additions and 37 deletions

View file

@ -30,6 +30,7 @@
class ForumInfo;
class ForumsFillThread;
class ForumMsgInfo;
class ForumsDialog : public RsAutoUpdatePage
{
@ -44,6 +45,9 @@ public:
/* overloaded from RsAuthUpdatePage */
virtual void updateDisplay();
static QString titleFromInfo(ForumMsgInfo &msgInfo);
static QString messageFromInfo(ForumMsgInfo &msgInfo);
protected:
bool eventFilter(QObject *obj, QEvent *ev);