summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp')
-rw-r--r--Source/WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp b/Source/WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp
index c67ec2f..de4de3e 100644
--- a/Source/WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp
+++ b/Source/WebKit/qt/WebCoreSupport/WebPlatformStrategies.cpp
@@ -200,6 +200,11 @@ String WebPlatformStrategies::contextMenuItemTagCopyImageToClipboard()
return QCoreApplication::translate("QWebPage", "Copy Image", "Copy Link context menu item");
}
+String WebPlatformStrategies::contextMenuItemTagCopyImageUrlToClipboard()
+{
+ return QCoreApplication::translate("QWebPage", "Copy Image Address", "Copy Image Address menu item");
+}
+
String WebPlatformStrategies::contextMenuItemTagOpenVideoInNewWindow()
{
return QCoreApplication::translate("QWebPage", "Open Video", "Open Video in New Window");