~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/dialogs/CAcceptPromptDialog.cpp

  • Committer: Nathan Osman
  • Date: 2012-06-28 21:08:13 UTC
  • Revision ID: admin@quickmediasolutions.com-20120628210813-uwkvzo6i508fegvg
Fixed a couple of other minor interface nuisances.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    : ui(new Ui::CAcceptPromptDialog)
22
22
{
23
23
    ui->setupUi(this);
 
24
    setWindowFlags(Qt::WindowStaysOnTopHint);
24
25
 
25
26
    // Set the label according to the parameters supplied
26
27
    ui->DescriptionLabel->setText(tr("%1 would like to send you the following file(s):").arg(address));