summaryrefslogtreecommitdiffstats
path: root/src/tdesvn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdesvn.cpp')
-rw-r--r--src/tdesvn.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp
index ac08597..5aa30f2 100644
--- a/src/tdesvn.cpp
+++ b/src/tdesvn.cpp
@@ -122,16 +122,16 @@ tdesvn::tdesvn()
setCentralWidget(m_part->widget());
TDEAction*tmpAction;
- tmpAction = new TDEAction(i18n("Create and open new repository"),"filenew",
+ tmpAction = new TDEAction(i18n("Create and open new repository"),"document-new",
TDEShortcut(),TQT_TQOBJECT(m_part->widget()),TQT_SLOT(slotCreateRepo()),actionCollection(),"subversion_create_repo");
tmpAction->setToolTip(i18n("Create and opens a new local subversion repository"));
- tmpAction = new TDEAction(i18n("Dump repository to file"),"filenew",
+ tmpAction = new TDEAction(i18n("Dump repository to file"),"document-new",
TDEShortcut(),TQT_TQOBJECT(m_part->widget()),TQT_SLOT(slotDumpRepo()),actionCollection(),"subversion_dump_repo");
tmpAction->setToolTip(i18n("Dump a subversion repository to a file"));
- tmpAction = new TDEAction(i18n("Hotcopy a repository"),"filenew",
+ tmpAction = new TDEAction(i18n("Hotcopy a repository"),"document-new",
TDEShortcut(),TQT_TQOBJECT(m_part->widget()),TQT_SLOT(slotHotcopy()),actionCollection(),"subversion_hotcopy_repo");
tmpAction->setToolTip(i18n("Hotcopy a subversion repository to a new folder"));
- tmpAction = new TDEAction(i18n("Load dump into repository"),"filenew",
+ tmpAction = new TDEAction(i18n("Load dump into repository"),"document-new",
TDEShortcut(),TQT_TQOBJECT(m_part->widget()),TQT_SLOT(slotLoaddump()),actionCollection(),"subversion_load_repo");
tmpAction->setToolTip(i18n("Load a dump file into a repository."));
tmpAction = new TDEAction(i18n("Add ssh identities to ssh-agent"),"password",