Skip to content

Commit

Permalink
Actually use the initial message in the Video Setup progress dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNamara committed Jan 24, 2011
1 parent 7060c81 commit 77cb177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/setupwizard_video.cpp
Expand Up @@ -230,7 +230,7 @@ void VideoSetupWizard::DownloadSample(QString url)
void VideoSetupWizard::initProgressDialog()
{
QString message = tr("Downloading Video Sample...");
m_progressDialog = new MythUIProgressDialog("",
m_progressDialog = new MythUIProgressDialog(message,
m_popupStack, "sampledownloadprogressdialog");

if (m_progressDialog->Create())
Expand Down

0 comments on commit 77cb177

Please sign in to comment.