summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-12-02 12:13:24 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-12-02 12:13:24 +0100
commitcae557256dc38e04b10b9e95c0c291810b920f7c (patch)
tree89fec2a33e3eceba03d1392d9b5c04bb5871c0d9
parent2d3074264c96c4f5857779d6558bc30bdba0e9f7 (diff)
downloadtdepim-cae557256dc38e04b10b9e95c0c291810b920f7c.tar.gz
tdepim-cae557256dc38e04b10b9e95c0c291810b920f7c.zip
KMail: Add the missing translation of the default search filter entry.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kmail/searchwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp
index bc97de04..68d64a82 100644
--- a/kmail/searchwindow.cpp
+++ b/kmail/searchwindow.cpp
@@ -189,7 +189,7 @@ SearchWindow::SearchWindow(KMMainWidget* w, const char* name,
object = list->first();
delete list;
if (!searchFolder && object && ::tqqt_cast<TQComboBox*>(object))
- static_cast<TQComboBox*>(TQT_TQWIDGET(object))->setCurrentText("Subject");
+ static_cast<TQComboBox*>(TQT_TQWIDGET(object))->setCurrentText(i18n("Subject"));
vbl->addWidget( mPatternEdit );