[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui estatedetails.cpp, 1.26, 1.26.2.1
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv14283/atlantik/libatlantikui
Modified Files:
Tag: KDE_3_2_BRANCH
estatedetails.cpp
Log Message:
More KStdGuiItem/icons
Index: estatedetails.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/estatedetails.cpp,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- estatedetails.cpp 25 Nov 2003 00:37:01 -0000 1.26
+++ estatedetails.cpp 14 Apr 2004 16:24:50 -0000 1.26.2.1
@@ -27,6 +27,7 @@
#include <klocale.h>
#include <kpixmap.h>
#include <kpushbutton.h>
+#include <kstdguiitem.h>
#include <kdebug.h>
@@ -224,7 +225,7 @@
{
if (!m_closeButton)
{
- m_closeButton = new KPushButton(i18n("Close"), this);
+ m_closeButton = new KPushButton(KStdGuiItem::close(), this);
m_buttonBox->addWidget(m_closeButton);
m_closeButton->show();
connect(m_closeButton, SIGNAL(pressed()), this, SIGNAL(buttonClose()));