KMail: Add the missing translation of the default search filter entry.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/50/head
Slávek Banko 3 years ago
parent 2d3074264c
commit cae557256d
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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 );

Loading…
Cancel
Save