diff options
author | Darrell Anderson <[email protected]> | 2012-05-26 11:46:05 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-26 11:46:05 -0500 |
commit | 5727b5296ae08920d1d56ca5edc44866c199d798 (patch) | |
tree | 951d076da3aa1df34d7beeab17392cdf30d60d7e | |
parent | 0bcf8e5bc9304f981a8545c157f25544ecbf6b25 (diff) | |
download | basket-5727b5296ae08920d1d56ca5edc44866c199d798.tar.gz basket-5727b5296ae08920d1d56ca5edc44866c199d798.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | src/bnpview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bnpview.cpp b/src/bnpview.cpp index c20369d..9e974d2 100644 --- a/src/bnpview.cpp +++ b/src/bnpview.cpp @@ -503,7 +503,7 @@ void BNPView::setupActions() m_actInsertColor = new KAction( i18n("&Color"), "colorset", "", actionCollection(), "insert_color" ); m_actInsertLauncher=new KAction( i18n("L&auncher"), "launch", "", actionCollection(), "insert_launcher" ); - m_actImportKMenu = new KAction( i18n("Import Launcher from &KDE Menu..."), "kmenu", "", actionCollection(), "insert_kmenu" ); + m_actImportKMenu = new KAction( i18n("Import Launcher from &TDE Menu..."), "kmenu", "", actionCollection(), "insert_kmenu" ); m_actImportIcon = new KAction( i18n("Im&port Icon..."), "icons", "", actionCollection(), "insert_icon" ); m_actLoadFile = new KAction( i18n("Load From &File..."), "fileimport", "", actionCollection(), "insert_from_file" ); |