Changed config type of the FeedReader. There was a conflict with general config.

Added warning in p3ConfigMgr::addConfiguration when a config type is used twice.
Removed checkbox for "Experimental Features" in general page without function.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6027 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-12-22 00:02:40 +00:00
parent fc78f6c7ac
commit 13ac670eec
4 changed files with 28 additions and 27 deletions

View file

@ -382,8 +382,8 @@ class p3GeneralConfig: public p3Config
p3GeneralConfig();
// General Configuration System
std::string getSetting(std::string opt);
void setSetting(std::string opt, std::string val);
std::string getSetting(const std::string &opt);
void setSetting(const std::string &opt, const std::string &val);
protected: