summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-30 13:27:03 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-30 13:27:03 +0200
commite36bed146728f93d5be8a9b84d8756f0b5ccaada (patch)
tree96d695fd3ce1e0404e2326cb02e1fafe996b14e7 /src/ui/root.c
parent084da73bd33bea50a811f72b15117be967a5f674 (diff)
Added "Edit Page with Titan"
A convenient way to copy the current page's source and open the Titan upload dialog with it prefilled. IssueID #415
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index 3e0124d8..bc2bc0fb 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -1402,6 +1402,7 @@ void createUserInterface_Root(iRoot *d) {
1402 { book_Icon " ${menu.page.import}", 0, 0, "bookmark.links confirm:1" }, 1402 { book_Icon " ${menu.page.import}", 0, 0, "bookmark.links confirm:1" },
1403 { globe_Icon " ${menu.page.translate}", 0, 0, "document.translate" }, 1403 { globe_Icon " ${menu.page.translate}", 0, 0, "document.translate" },
1404 { upload_Icon " ${menu.page.upload}", 0, 0, "document.upload" }, 1404 { upload_Icon " ${menu.page.upload}", 0, 0, "document.upload" },
1405 { "${menu.page.upload.edit}", 0, 0, "document.upload copy:1" },
1405 { "---" }, 1406 { "---" },
1406 { "${menu.page.copyurl}", 0, 0, "document.copylink" }, 1407 { "${menu.page.copyurl}", 0, 0, "document.copylink" },
1407 { "${menu.page.copysource}", 'c', KMOD_PRIMARY, "copy" }, 1408 { "${menu.page.copysource}", 'c', KMOD_PRIMARY, "copy" },