From 3ed313993ab9fa0f6a8c8ca2b2fe0f5c8cf39dc6 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 19 Feb 2002 14:22:02 +0000 Subject: changed 'delete' image (nonexistant) to 'close' which looks more appropo --- (limited to 'core/apps') diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index 197b28b..c869dc9 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp @@ -370,7 +370,7 @@ TextEdit::TextEdit( QWidget *parent, const char *name, WFlags f ) a->addTo( searchBar ); edit->insertSeparator(); - a = new QAction( tr( "Delete" ), Resource::loadPixmap( "delete" ), QString::null, 0, this, 0 ); + a = new QAction( tr( "Delete" ), Resource::loadPixmap( "close" ), QString::null, 0, this, 0 ); connect( a, SIGNAL( activated() ), this, SLOT( editDelete() ) ); a->addTo( edit ); -- cgit v0.9.0.2