From 4624a73cd100f860371fb01facea442737e9336e Mon Sep 17 00:00:00 2001 From: groucho Date: Mon, 14 Apr 2003 08:22:55 +0000 Subject: - Buttonlayout changed in attach dialog - Removed file access for address list (reduces size) - Added header size sping box for accounts - mailit shows an icon in the message list if attachments are present - Added translations in pro file - Removed resource.* references in header files, uses qpe/resource.h instead --- (limited to 'noncore/unsupported/mailit/addatt.cpp') diff --git a/noncore/unsupported/mailit/addatt.cpp b/noncore/unsupported/mailit/addatt.cpp index c8be865..d268f1f 100644 --- a/noncore/unsupported/mailit/addatt.cpp +++ b/noncore/unsupported/mailit/addatt.cpp @@ -21,7 +21,7 @@ #include #include #include -#include "resource.h" +#include #include "addatt.h" FileItem::FileItem(QListView *parent, DocLnk* dl) @@ -62,8 +62,8 @@ AddAtt::AddAtt(QWidget *parent, const char *name, WFlags f) QHBox *buttons=new QHBox(this); /*fileCategoryButton = new QPushButton(this);*/ - attatchButton = new QPushButton("Attatch ->", buttons); - removeButton = new QPushButton("Remove", buttons); + attatchButton = new QPushButton(tr("Attatch..."), buttons); + removeButton = new QPushButton(tr("Remove"), buttons); /*fileCategories = new QPopupMenu(fileCategoryButton); fileCategoryButton->setPopup(fileCategories); -- cgit v0.9.0.2