summaryrefslogtreecommitdiff
path: root/noncore
authorharlekin <harlekin>2004-01-06 12:33:21 (UTC)
committer harlekin <harlekin>2004-01-06 12:33:21 (UTC)
commit71b6178795294dcdc85dee7a8ec8e8470c5b06e0 (patch) (side-by-side diff)
tree7c4ab52f8d0d26dc419b065bb79982bce4e59050 /noncore
parenta1270a04613d9adbd72c41ae1cde4683b036eebd (diff)
downloadopie-71b6178795294dcdc85dee7a8ec8e8470c5b06e0.zip
opie-71b6178795294dcdc85dee7a8ec8e8470c5b06e0.tar.gz
opie-71b6178795294dcdc85dee7a8ec8e8470c5b06e0.tar.bz2
less icons
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp
index 3c659e4..d2e887b 100644
--- a/noncore/net/mail/mainwindow.cpp
+++ b/noncore/net/mail/mainwindow.cpp
@@ -81,7 +81,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )
editSettings->addTo( settingsMenu );
connect( editSettings, SIGNAL( activated() ),
SLOT( slotEditSettings() ) );
- editAccounts = new QAction( tr( "Configure accounts" ), QIconSet( Resource::loadPixmap("mail/editaccounts") ) ,
+ editAccounts = new QAction( tr( "Configure accounts" ), QIconSet( Resource::loadPixmap("SettingsIcon") ) ,
0, 0, this );
editAccounts->addTo( settingsMenu );