Skip to content

Commit

Permalink
One more application title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pypt committed Aug 1, 2012
1 parent cc0d9c3 commit 87cf04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvupdateconfirmdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FvUpdateConfirmDialog::FvUpdateConfirmDialog(QWidget *parent) :
setAttribute(Qt::WA_DeleteOnClose, true);

// Set the "close app, then reopen" string
QString closeReopenString = m_ui->downloadThisUpdateLabel->text().arg(QApplication::applicationName());
QString closeReopenString = m_ui->downloadThisUpdateLabel->text().arg(QString::fromUtf8(FV_APP_NAME));
m_ui->downloadThisUpdateLabel->setText(closeReopenString);

// Connect buttons
Expand Down

0 comments on commit 87cf04c

Please sign in to comment.