Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
4b33c51d
Commit
4b33c51d
authored
Oct 19, 2003
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modules/gui/wxwindows/interface.cpp: oooops
parent
cae376f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/interface.cpp
+2
-3
No files found.
modules/gui/wxwindows/interface.cpp
View file @
4b33c51d
...
...
@@ -2,7 +2,7 @@
* interface.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: interface.cpp,v 1.6
6 2003/10/19 22:41:18
sigmunau Exp $
* $Id: interface.cpp,v 1.6
7 2003/10/19 22:52:11
sigmunau Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -36,7 +36,6 @@
#include "stream_control.h"
#include "wxwindows.h"
#include <wx/url.h>
/* include the toolbar graphics */
#include "bitmaps/file.xpm"
...
...
@@ -1245,7 +1244,7 @@ bool DragAndDrop::OnDropFiles( wxCoord, wxCoord,
}
for
(
size_t
i
=
0
;
i
<
filenames
.
GetCount
();
i
++
)
playlist_Add
(
p_playlist
,
(
const
char
*
)
wxURL
(
"file:///"
+
filenames
[
i
]).
GetPath
()
.
mb_str
(),
0
,
0
,
playlist_Add
(
p_playlist
,
(
const
char
*
)
filenames
[
i
]
.
mb_str
(),
0
,
0
,
PLAYLIST_APPEND
|
(
i
?
0
:
PLAYLIST_GO
),
PLAYLIST_END
);
vlc_object_release
(
p_playlist
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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