From: Till Theato Date: Sat, 24 Apr 2010 19:29:43 +0000 (+0000) Subject: Set icon for "clip in timeline" X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a2c867f3cde081833f442567968606a258ae1818;p=kdenlive Set icon for "clip in timeline" svn path=/trunk/kdenlive/; revision=4397 --- diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index dfced3ad..09b7e519 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -262,9 +262,12 @@ MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, QWidget *parent m_projectMonitor->setupMenu(static_cast(factory()->container("monitor_go", this)), m_playZone, m_loopZone); m_clipMonitor->setupMenu(static_cast(factory()->container("monitor_go", this)), m_playZone, m_loopZone, static_cast(factory()->container("marker_menu", this))); + + QMenu *clipInTimeline = static_cast(factory()->container("clip_in_timeline", this)); + clipInTimeline->setIcon(KIcon("go-jump")); m_projectList->setupGeneratorMenu(static_cast(factory()->container("generators", this)), static_cast(factory()->container("transcoders", this)), - static_cast(factory()->container("clip_in_timeline", this))); + clipInTimeline); QAction *action; // build themes menus