Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
55f3ad88
Commit
55f3ad88
authored
Apr 08, 2009
by
Felix Paul Kühne
Browse files
avi: set title instead of message. This looks better in dialogues
parent
9b6c4338
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/keyedobjects.nib
View file @
55f3ad88
No preview for this file type
modules/demux/avi/avi.c
View file @
55f3ad88
...
...
@@ -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
(
;;
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment