mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 15:09:33 -05:00
* fixed content and Browser
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@764 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1ee1b408ff
commit
7e1646513d
@ -82,11 +82,11 @@ HelpTextBrowser::setSource(const QUrl &url)
|
|||||||
/* External link. Prompt the user for a response. */
|
/* External link. Prompt the user for a response. */
|
||||||
int ret = VMessageBox::question(this,
|
int ret = VMessageBox::question(this,
|
||||||
tr("Opening External Link"),
|
tr("Opening External Link"),
|
||||||
p(tr("Vidalia can open the link you selected in your default "
|
p(tr("RetroShare can open the link you selected in your default "
|
||||||
"Web browser. If your browser is not currently "
|
"Web browser. If your browser is not currently "
|
||||||
"configured to use Tor then the request will not be "
|
"configured to use Tor then the request will not be "
|
||||||
"anonymous.")) +
|
"anonymous.")) +
|
||||||
p(tr("Do you want Vidalia to open the link in your Web "
|
p(tr("Do you want Retroshare to open the link in your Web "
|
||||||
"browser?")),
|
"browser?")),
|
||||||
VMessageBox::Yes|VMessageBox::Default,
|
VMessageBox::Yes|VMessageBox::Default,
|
||||||
VMessageBox::Cancel|VMessageBox::Cancel);
|
VMessageBox::Cancel|VMessageBox::Cancel);
|
||||||
@ -98,7 +98,7 @@ HelpTextBrowser::setSource(const QUrl &url)
|
|||||||
if (!ok) {
|
if (!ok) {
|
||||||
VMessageBox::information(this,
|
VMessageBox::information(this,
|
||||||
tr("Unable to Open Link"),
|
tr("Unable to Open Link"),
|
||||||
tr("Vidalia was unable to open the selected link in your Web browser. "
|
tr("RetroShare was unable to open the selected link in your Web browser. "
|
||||||
"You can still copy the URL and paste it into your browser."),
|
"You can still copy the URL and paste it into your browser."),
|
||||||
VMessageBox::Ok);
|
VMessageBox::Ok);
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,8 @@
|
|||||||
<td> </td>
|
<td> </td>
|
||||||
<td>Wiki</td>
|
<td>Wiki</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://retroshare.wiki.sourceforge.net/">
|
<a href="http://retroshare.wiki.sourceforge.net">
|
||||||
http://retroshare.wiki.sourceforge.net/</a>
|
http://retroshare.wiki.sourceforge.net</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -50,16 +50,16 @@
|
|||||||
<td> </td>
|
<td> </td>
|
||||||
<td>RetroShare MediaWiki</td>
|
<td>RetroShare MediaWiki</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://retroshare.sourceforge.net/wiki/">
|
<a href="http://retroshare.sourceforge.net/wiki">
|
||||||
http://retroshare.sourceforge.net/wiki/</a>
|
http://retroshare.sourceforge.net/wiki</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td>Project Page</td>
|
<td>Project Page</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://sourceforge.net/projects/retroshare/">
|
<a href="http://sourceforge.net/projects/retroshare">
|
||||||
http://sourceforge.net/projects/retroshare/</a>
|
http://sourceforge.net/projects/retroshare</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -41,24 +41,24 @@
|
|||||||
<td> </td>
|
<td> </td>
|
||||||
<td>Wiki</td>
|
<td>Wiki</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://retroshare.wiki.sourceforge.net/">
|
<a href="http://retroshare.wiki.sourceforge.net">
|
||||||
http://retroshare.wiki.sourceforge.net/</a>
|
http://retroshare.wiki.sourceforge.net</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td>RetroShare MediaWiki</td>
|
<td>RetroShare MediaWiki</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://retroshare.sourceforge.net/wiki/">
|
<a href="http://retroshare.sourceforge.net/wiki">
|
||||||
http://retroshare.sourceforge.net/wiki/</a>
|
http://retroshare.sourceforge.net/wiki</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td>Project Page</td>
|
<td>Project Page</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://sourceforge.net/projects/retroshare/">
|
<a href="http://sourceforge.net/projects/retroshare">
|
||||||
http://sourceforge.net/projects/retroshare/</a>
|
http://sourceforge.net/projects/retroshare</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user