mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 22:52:54 -04:00
- 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:
parent
3e968b68c3
commit
a8c4b3b107
7 changed files with 23 additions and 43 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue