]> git.sesse.net Git - vlc/commitdiff
InteractionDialog now use the description.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 8 Jan 2008 15:33:12 +0000 (15:33 +0000)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 8 Jan 2008 15:33:12 +0000 (15:33 +0000)
modules/gui/qt4/dialogs/interaction.cpp

index 46667f7150dae26b2f4ad023c53394ab82603841..80f19ff438c8abffec1ae00ef6cb1071e98dbc5a 100644 (file)
@@ -174,6 +174,7 @@ void InteractionDialog::update()
     {
         assert( progressBar );
         progressBar->setValue( (int)(p_dialog->val.f_float*10) );
+        description->setText( qfu( p_dialog->psz_description ) );
         msg_Dbg( p_intf, "Setting progress to %i", progressBar->value() );
     }
 }