Adding a link from the browser now starts RetroShare when it is not running.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4157 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-04-14 23:58:30 +00:00
parent 20fa00c40e
commit 099cc6c11c
5 changed files with 19 additions and 17 deletions

View file

@ -500,8 +500,8 @@ bool RshareSettings::getRetroShareProtocol()
}
#else
/* Platforms other than windows aren't supported yet */
return false;
#endif
return false;
}
/** Register retroshare:// as protocl */