Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
03074537
Commit
03074537
authored
Aug 18, 2006
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* finish the vout menu (cloeses #302)
parent
ba747c38
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+9
-0
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+3
-2
extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
...OSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+2
-0
No files found.
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
View file @
03074537
...
...
@@ -324,6 +324,15 @@
"o_scrollfield" = id;
"o_timefield" = id;
"o_timeslider" = id;
"o_vmi_fullscreen" = id;
"o_vmi_mute" = id;
"o_vmi_next" = id;
"o_vmi_play" = id;
"o_vmi_prev" = id;
"o_vmi_snapshot" = id;
"o_vmi_stop" = id;
"o_vmi_voldown" = id;
"o_vmi_volup" = id;
"o_volumeslider" = id;
"o_vout_menu" = id;
"o_window" = id;
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
View file @
03074537
...
...
@@ -3,7 +3,7 @@
<plist
version=
"1.0"
>
<dict>
<key>
IBDocumentLocation
</key>
<string>
185 59
478 430 0 0 1440 878
</string>
<string>
361 41
478 430 0 0 1440 878
</string>
<key>
IBEditorPositions
</key>
<dict>
<key>
1617
</key>
...
...
@@ -13,7 +13,7 @@
<key>
2709
</key>
<string>
305 626 508 82 0 0 1024 746
</string>
<key>
2730
</key>
<string>
694 440 105 68
0 0 1440 878
</string>
<string>
396 512 130 249
0 0 1440 878
</string>
<key>
29
</key>
<string>
130 802 438 44 0 0 1440 878
</string>
<key>
915
</key>
...
...
@@ -27,6 +27,7 @@
<array>
<integer>
2416
</integer>
<integer>
29
</integer>
<integer>
2730
</integer>
<integer>
21
</integer>
</array>
<key>
IBSystem Version
</key>
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
View file @
03074537
No preview for this file type
modules/gui/macosx/intf.m
View file @
03074537
...
...
@@ -1379,6 +1379,7 @@ static VLCMain *_o_sharedMainInstance = nil;
[
o_btn_play
setToolTip
:
_NS
(
"Pause"
)];
[
o_mi_play
setTitle
:
_NS
(
"Pause"
)];
[
o_dmi_play
setTitle
:
_NS
(
"Pause"
)];
[
o_vmi_play
setTitle
:
_NS
(
"Pause"
)];
}
else
{
...
...
@@ -1387,6 +1388,7 @@ static VLCMain *_o_sharedMainInstance = nil;
[
o_btn_play
setToolTip
:
_NS
(
"Play"
)];
[
o_mi_play
setTitle
:
_NS
(
"Play"
)];
[
o_dmi_play
setTitle
:
_NS
(
"Play"
)];
[
o_vmi_play
setTitle
:
_NS
(
"Play"
)];
}
}
...
...
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