Resolved the call to the video picker when trapping embedded web content

preferencesAboutTextFull
shibakaneki 12 years ago
parent 75ddbf8065
commit 7d671fcd49
  1. 2
      src/domain/UBGraphicsScene.cpp

@ -1472,7 +1472,7 @@ UBGraphicsW3CWidgetItem* UBGraphicsScene::addOEmbed(const QUrl& pContentUrl, con
foreach(QString widgetPath, widgetPaths)
{
if (widgetPath.contains("VideoPicker"))
if (widgetPath.contains("Sel video"))
{
widget = addW3CWidget(QUrl::fromLocalFile(widgetPath), pPos);

Loading…
Cancel
Save