[devel] kdenonbeta/kdedebian/kalternatives/src

Mario Bensi <[email protected]> Mon, 18 Oct 2004 16:50:46 +0200 (CEST)
Newsgroups gmane.comp.kde.devel.debian
Message-ID <20041018145046.D411916C4B__20245.4057093293$1098111069$gmane$org@office.kde.org>
CVS commit by bensi: 

icone close


  M +2 -2      kalternatives.cpp   1.21


--- kdenonbeta/kdedebian/kalternatives/src/kalternatives.cpp  #1.20:1.21
@@ -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" ), "configure" ));
+        mainwindow->m_bProperties->setGuiItem(KGuiItem( i18n( "&Properties" ), "properties" ));
         
         myAboutData = new KAboutData("KalternativesKCM", "Kalternatives", KALT_VERSION, i18n("KDE Mandrake/Debian alternatives-system manager"),
@@ -351,5 +351,5 @@ void Kalternatives::slotPropertiesClicke
                 }
                 prop->m_text->setText(text);
-                prop->bClose->setGuiItem(KGuiItem( "&Close" , "close" ));
+                prop->bClose->setGuiItem(KGuiItem( "&Close" , "fileclose" ));
                 prop->show();
         }