Added a default bookmark to send the current URL. 5_0_x

Sun, 19 Dec 2010 14:46:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 19 Dec 2010 14:46:09 +0100
branch
5_0_x
changeset 760
7afcbff16f75
parent 756
49b238881de5
child 764
c5cbcc0b288d

Added a default bookmark to send the current URL.

Helpviewer/Bookmarks/DefaultBookmarks.py file | annotate | diff | comparison | revisions
--- a/Helpviewer/Bookmarks/DefaultBookmarks.py	Sun Dec 19 13:17:35 2010 +0100
+++ b/Helpviewer/Bookmarks/DefaultBookmarks.py	Sun Dec 19 14:46:09 2010 +0100
@@ -60,5 +60,8 @@
         <bookmark href="http://www.riverbankcomputing.com/">
             <title>PyQt4 Web Site</title>
         </bookmark>
+        <bookmark href="javascript:location.href='mailto:?SUBJECT=' + document.title + '&amp;BODY=' + escape(location.href);">
+            <title>Send Link</title>
+        </bookmark>
     </folder>
 </xbel>"""

eric ide

mercurial