Fix warning message in .xsession_errors when ksmserver shows the logout dialog

This resolves Bug 885
(cherry picked from commit 705e5eedd9)
v3.5.13-sru
Timothy Pearson 10 years ago committed by Slávek Banko
parent c8164e3a5c
commit 146b36680e

@ -412,7 +412,7 @@ KSMModalDialog::KSMModalDialog(TQWidget* parent)
frame->setMinimumWidth(400);
vbox->addWidget( frame );
TQGridLayout* gbox = new TQGridLayout( frame, 1, 1, KDialog::marginHint(), KDialog::spacingHint() );
TQHBoxLayout* centerbox = new TQHBoxLayout( frame, 0, KDialog::spacingHint() );
TQHBoxLayout* centerbox = new TQHBoxLayout( KDialog::spacingHint() );
m_statusLabel = new TQLabel( i18n("Pondering what to do next").append("..."), frame );
TQFont fnt = m_statusLabel->font();

Loading…
Cancel
Save