Commit 55f3ad88 authored by Felix Paul Kühne's avatar Felix Paul Kühne

avi: set title instead of message. This looks better in dialogues

parent 9b6c4338
......@@ -2399,8 +2399,8 @@ static void AVI_IndexCreate( demux_t *p_demux )
/* Only show dialog if AVI is > 10MB */
i_dialog_update = mdate();
if( stream_Size( p_demux->s ) > 10000000 )
p_dialog = dialog_ProgressCreate( p_demux, NULL,
_("Fixing AVI Index..."), _("Cancel") );
p_dialog = dialog_ProgressCreate( p_demux, _("Fixing AVI Index..."),
NULL, _("Cancel") );
for( ;; )
{
......
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