From c821ee8e7de85fb34cb26bd595b772f29aefabf7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Tue, 3 Jun 2008 17:33:12 +0000 Subject: [PATCH] use appropriate icons svn path=/branches/KDE4/; revision=2227 --- src/kdenliveui.rc | 4 ++-- src/mainwindow.cpp | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/kdenliveui.rc b/src/kdenliveui.rc index 302bbc6f..218d4445 100644 --- a/src/kdenliveui.rc +++ b/src/kdenliveui.rc @@ -1,9 +1,9 @@ - + Extra Toolbar - + diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c032f136..1f7a327c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -432,21 +432,15 @@ void MainWindow::setupActions() { actionCollection()->addAction("select_tool", m_buttonSelectTool); actionCollection()->addAction("razor_tool", m_buttonRazorTool); - KAction* clearAction = new KAction(KIcon("document-new"), i18n("Clear"), this); - clearAction->setShortcut(Qt::CTRL + Qt::Key_W); - actionCollection()->addAction("clear", clearAction); - /*connect(clearAction, SIGNAL(triggered(bool)), - textArea, SLOT(clear()));*/ - KAction* profilesAction = new KAction(KIcon("document-new"), i18n("Manage Profiles"), this); actionCollection()->addAction("manage_profiles", profilesAction); connect(profilesAction, SIGNAL(triggered(bool)), this, SLOT(slotEditProfiles())); - KAction* projectAction = new KAction(KIcon("document-new"), i18n("Project Settings"), this); + KAction* projectAction = new KAction(KIcon("configure"), i18n("Project Settings"), this); actionCollection()->addAction("project_settings", projectAction); connect(projectAction, SIGNAL(triggered(bool)), this, SLOT(slotEditProjectSettings())); - KAction* projectRender = new KAction(KIcon("document-new"), i18n("Render Project"), this); + KAction* projectRender = new KAction(KIcon("media-record"), i18n("Render"), this); actionCollection()->addAction("project_render", projectRender); connect(projectRender, SIGNAL(triggered(bool)), this, SLOT(slotRenderProject())); -- 2.39.2