diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:45 -0500 |
commit | a2541c112aa09e2f20ae10006d4aa70e61c31761 (patch) | |
tree | 823126918df2203eb642141f1327132da845c2dd /quanta/src/viewmanager.cpp | |
parent | b4de4028d650dadc18755f6d4f0c268e53051c59 (diff) | |
download | tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.tar.gz tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'quanta/src/viewmanager.cpp')
-rw-r--r-- | quanta/src/viewmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/viewmanager.cpp b/quanta/src/viewmanager.cpp index f76973d7..18c13454 100644 --- a/quanta/src/viewmanager.cpp +++ b/quanta/src/viewmanager.cpp @@ -71,7 +71,7 @@ ViewManager::ViewManager(TQObject *parent, const char *name) : TQObject(parent, m_tabPopup->insertItem(i18n("Close &Other Tabs"), this, TQT_SLOT(slotCloseOtherTabs())); m_tabPopup->insertItem(i18n("Close &All"), this, TQT_SLOT(closeAll())); m_tabPopup->insertItem(SmallIcon("revert"), i18n("&Reload"), this, TQT_SLOT(slotReloadFile()), 0, RELOAD_ID); - m_tabPopup->insertItem(SmallIcon("up"), i18n("&Upload File"), this, TQT_SLOT(slotUploadFile()), 0, UPLOAD_ID); + m_tabPopup->insertItem(SmallIcon("go-up"), i18n("&Upload File"), this, TQT_SLOT(slotUploadFile()), 0, UPLOAD_ID); m_tabPopup->insertItem(SmallIcon("editdelete"), i18n("&Delete File"), this, TQT_SLOT(slotDeleteFile()), 0, DELETE_ID); m_tabPopup->insertSeparator(); m_fileListPopup = new TDEPopupMenu(quantaApp); |