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
b9f4c2bd
Commit
b9f4c2bd
authored
Apr 12, 2001
by
Tony Castley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed menu problem in 0.2.7.0
parent
ae157b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
plugins/beos/intf_beos.cpp
plugins/beos/intf_beos.cpp
+3
-3
No files found.
plugins/beos/intf_beos.cpp
View file @
b9f4c2bd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* intf_beos.cpp: beos interface
* intf_beos.cpp: beos interface
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: intf_beos.cpp,v 1.2
3 2001/04/09 04:15:30 stef
Exp $
* $Id: intf_beos.cpp,v 1.2
4 2001/04/12 11:10:16 tcastley
Exp $
*
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -134,8 +134,8 @@ InterfaceWindow::InterfaceWindow( BRect frame, const char *name , intf_thread_t
...
@@ -134,8 +134,8 @@ InterfaceWindow::InterfaceWindow( BRect frame, const char *name , intf_thread_t
menu_bar
->
AddItem
(
am
=
new
BMenu
(
"Audio"
)
);
menu_bar
->
AddItem
(
am
=
new
BMenu
(
"Audio"
)
);
menu_bar
->
ResizeToPreferred
();
menu_bar
->
ResizeToPreferred
();
am
->
AddItem
(
new
LanguageMenu
(
"Language"
,
0
,
p_intf
)
);
am
->
AddItem
(
new
LanguageMenu
(
"Language"
,
AUDIO_ES
,
p_intf
)
);
am
->
AddItem
(
new
LanguageMenu
(
"Subtitles"
,
1
,
p_intf
)
);
am
->
AddItem
(
new
LanguageMenu
(
"Subtitles"
,
SPU_ES
,
p_intf
)
);
rect
=
Bounds
();
rect
=
Bounds
();
...
...
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