-rw-r--r-- | kmicromail/composemail.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kmicromail/composemail.cpp b/kmicromail/composemail.cpp index c504fdd..8eb6d27 100644 --- a/kmicromail/composemail.cpp +++ b/kmicromail/composemail.cpp | |||
@@ -116,4 +116,6 @@ ComposeMail::ComposeMail( Settings *s, QWidget *parent, const char *name, bool m | |||
116 | icon = SmallIcon("filesave"); | 116 | icon = SmallIcon("filesave"); |
117 | 117 | if ( QApplication::desktop()->width() < 320 ) | |
118 | SaveButton->setText ("") ; | 118 | SaveButton->setText ("") ; |
119 | else | ||
120 | SaveButton->setText (i18n("Save")) ; | ||
119 | SaveButton->setIconSet (icon ) ; | 121 | SaveButton->setIconSet (icon ) ; |