Removed own settings for news feed.

Added parameter to RSettingsWin::showYourself to show the options with a specific page.
Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4104 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-03-26 22:17:15 +00:00
parent c820826260
commit 5250c27fed
10 changed files with 20 additions and 353 deletions

View file

@ -30,7 +30,7 @@
#include "feeds/ChanMsgItem.h"
#include "feeds/ForumNewItem.h"
#include "feeds/ForumMsgItem.h"
#include "feeds/FeedSettings.h"
#include "settings/rsettingswin.h"
#ifdef BLOGS
#include "feeds/BlogNewItem.h"
@ -493,6 +493,5 @@ void NewsFeed::sendNewsFeedChanged()
void NewsFeed::feedoptions()
{
FeedSettings fs (this);
fs.exec ();
RSettingsWin::showYourself(this, RSettingsWin::Notify);
}