[devel] kdenonbeta/kdedebian/kalternatives/src
Mario Bensi <[email protected]> Mon, 18 Oct 2004 16:56:36 +0200 (CEST)
| Newsgroups | gmane.comp.kde.devel.debian |
|---|---|
| Message-ID | <20041018145636.DF15616C59__9991.30942295796$1098111434$gmane$org@office.kde.org> |
CVS commit by bensi:
icone configure for button properties
M +1 -1 kalternatives.cpp 1.22
--- kdenonbeta/kdedebian/kalternatives/src/kalternatives.cpp #1.21:1.22
@@ -117,5 +117,5 @@ m_mgr = new AltFilesManager("/var/lib/rp
mainwindow->m_bDelete->setGuiItem(KStdGuiItem::del());
mainwindow->m_bAdd->setGuiItem(KGuiItem(i18n("&Add"), "edit_add"));
- mainwindow->m_bProperties->setGuiItem(KGuiItem( i18n( "&Properties" ), "properties" ));
+ mainwindow->m_bProperties->setGuiItem(KGuiItem( i18n( "&Properties" ), "configure"));
myAboutData = new KAboutData("KalternativesKCM", "Kalternatives", KALT_VERSION, i18n("KDE Mandrake/Debian alternatives-system manager"),