- moved the chat setting to the section [Chat]

- cleaned some comments of the settings classes

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2940 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-05-18 18:02:51 +00:00
parent 3e968b68c3
commit a8c4b3b107
7 changed files with 23 additions and 43 deletions

View file

@ -252,7 +252,7 @@ void RshareSettings::setNotifyFlags(uint flags)
setValue(SETTING_NOTIFY_FLAGS, flags);
}
/** Returns true if Vidalia is set to run on system boot. */
/** Returns true if RetroShare is set to run on system boot. */
bool
RshareSettings::runRetroshareOnBoot()
{
@ -268,7 +268,7 @@ RshareSettings::runRetroshareOnBoot()
#endif
}
/** If <b>run</b> is set to true, then Vidalia will run on system boot. */
/** If <b>run</b> is set to true, then RetroShare will run on system boot. */
void
RshareSettings::setRunRetroshareOnBoot(bool run)
{