Commit 9319c1ec authored by Rémi Duraffort's avatar Rémi Duraffort

InteractionDialog now use the description.

parent 07e7a904
...@@ -174,6 +174,7 @@ void InteractionDialog::update() ...@@ -174,6 +174,7 @@ void InteractionDialog::update()
{ {
assert( progressBar ); assert( progressBar );
progressBar->setValue( (int)(p_dialog->val.f_float*10) ); 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() ); msg_Dbg( p_intf, "Setting progress to %i", progressBar->value() );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment