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
5bc156ab
Commit
5bc156ab
authored
Jan 25, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwindows/interface.cpp: removed unused strings.
parent
6de15a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/interface.cpp
+12
-13
No files found.
modules/gui/wxwindows/interface.cpp
View file @
5bc156ab
...
...
@@ -2,7 +2,7 @@
* interface.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2004, 2003 VideoLAN
* $Id: interface.cpp,v 1.8
5 2004/01/25 03:29:01 hartma
n Exp $
* $Id: interface.cpp,v 1.8
6 2004/01/25 18:18:50 gbazi
n Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -400,33 +400,33 @@ void Interface::CreateOurToolBar()
toolbar
->
SetToolBitmapSize
(
wxSize
(
TOOLBAR_BMP_WIDTH
,
TOOLBAR_BMP_HEIGHT
)
);
toolbar
->
AddTool
(
OpenFileSimple_Event
,
wx
U
(
_
(
"Quick Open File..."
)
),
toolbar
->
AddTool
(
OpenFileSimple_Event
,
wx
T
(
""
),
wxBitmap
(
file_xpm
),
wxU
(
_
(
HELP_SIMPLE
))
);
toolbar
->
AddSeparator
();
toolbar
->
AddTool
(
OpenFile_Event
,
wx
U
(
_
(
"Open File..."
)
),
wxBitmap
(
file_xpm
),
toolbar
->
AddTool
(
OpenFile_Event
,
wx
T
(
""
),
wxBitmap
(
file_xpm
),
wxU
(
_
(
HELP_FILE
))
);
toolbar
->
AddTool
(
OpenDisc_Event
,
wx
U
(
_
(
"Open Disc..."
)
),
wxBitmap
(
disc_xpm
),
toolbar
->
AddTool
(
OpenDisc_Event
,
wx
T
(
""
),
wxBitmap
(
disc_xpm
),
wxU
(
_
(
HELP_DISC
))
);
toolbar
->
AddTool
(
OpenNet_Event
,
wx
U
(
_
(
"Open Network Stream..."
)
),
wxBitmap
(
net_xpm
),
toolbar
->
AddTool
(
OpenNet_Event
,
wx
T
(
""
),
wxBitmap
(
net_xpm
),
wxU
(
_
(
HELP_NET
))
);
toolbar
->
AddSeparator
();
toolbar
->
AddTool
(
StopStream_Event
,
wx
U
(
_
(
"Stop"
)
),
wxBitmap
(
stop_xpm
),
toolbar
->
AddTool
(
StopStream_Event
,
wx
T
(
""
),
wxBitmap
(
stop_xpm
),
wxU
(
_
(
HELP_STOP
))
);
toolbar
->
AddTool
(
PlayStream_Event
,
wx
U
(
_
(
"Play"
)
),
wxBitmap
(
play_xpm
),
toolbar
->
AddTool
(
PlayStream_Event
,
wx
T
(
""
),
wxBitmap
(
play_xpm
),
wxU
(
_
(
HELP_PLAY
))
);
toolbar
->
AddSeparator
();
toolbar
->
AddTool
(
Playlist_Event
,
wx
U
(
_
(
"Playlist"
)
),
toolbar
->
AddTool
(
Playlist_Event
,
wx
T
(
""
),
wxBitmap
(
playlist_xpm
),
wxU
(
_
(
HELP_PLO
))
);
toolbar
->
AddTool
(
PrevStream_Event
,
wx
U
(
_
(
"Previous"
)
),
toolbar
->
AddTool
(
PrevStream_Event
,
wx
T
(
""
),
wxBitmap
(
previous_xpm
),
wxU
(
_
(
HELP_PLP
))
);
toolbar
->
AddTool
(
NextStream_Event
,
wx
U
(
_
(
"Next"
)
),
wxBitmap
(
next_xpm
),
toolbar
->
AddTool
(
NextStream_Event
,
wx
T
(
""
),
wxBitmap
(
next_xpm
),
wxU
(
_
(
HELP_PLN
))
);
toolbar
->
AddTool
(
SlowStream_Event
,
wx
U
(
_
(
"Slower"
)
),
wxBitmap
(
slow_xpm
),
toolbar
->
AddTool
(
SlowStream_Event
,
wx
T
(
""
),
wxBitmap
(
slow_xpm
),
wxU
(
_
(
HELP_SLOW
))
);
toolbar
->
AddTool
(
FastStream_Event
,
wx
U
(
_
(
"Faster"
)
),
wxBitmap
(
fast_xpm
),
toolbar
->
AddTool
(
FastStream_Event
,
wx
T
(
""
),
wxBitmap
(
fast_xpm
),
wxU
(
_
(
HELP_FAST
))
);
toolbar
->
Realize
();
...
...
@@ -488,7 +488,6 @@ void Interface::CreateOurSlider()
void
Interface
::
CreateOurExtraPanel
()
{
char
*
psz_filters
;
vlc_value_t
val
;
extra_frame
=
new
wxPanel
(
this
,
-
1
,
wxDefaultPosition
,
wxDefaultSize
);
extra_frame
->
SetAutoLayout
(
TRUE
);
...
...
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