svn path=/trunk/kdepim/; revision=385519
wilder-work
Luk Tinkl 21 years ago
parent 3c112d299c
commit 2f22f89790
  1. 2
      recipientseditor.cpp

@ -592,7 +592,7 @@ SideWidget::SideWidget( RecipientsView *view, QWidget *parent )
new RecipientsToolTip( view, mTotalLabel );
mDistributionListButton = new QPushButton( "Save List...", this );
mDistributionListButton = new QPushButton( i18n("Save List..."), this );
topLayout->addWidget( mDistributionListButton );
mDistributionListButton->hide();
connect( mDistributionListButton, SIGNAL( clicked() ),

Loading…
Cancel
Save