Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
aaa8fe4c
Commit
aaa8fe4c
authored
Mar 16, 2004
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*Fixed a spelling mistake and added some button-shortcuts
parent
98ed6370
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+7
-5
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+0
-0
modules/gui/macosx/playlist.m
modules/gui/macosx/playlist.m
+1
-1
modules/gui/macosx/playlistinfo.m
modules/gui/macosx/playlistinfo.m
+1
-1
No files found.
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
View file @
aaa8fe4c
...
...
@@ -3,26 +3,28 @@
<plist
version=
"1.0"
>
<dict>
<key>
IBDocumentLocation
</key>
<string>
494 131 505 541 0 0 1024 746
</string>
<string>
-6 44 505 517 0 0 800 578
</string>
<key>
IBEditorPositions
</key>
<dict>
<key>
1617
</key>
<string>
410 345 104 149 0 0 800 578
</string>
<key>
29
</key>
<string>
1
7 579 419 44 0 0 1024 746
</string>
<string>
1
1 440 419 44 0 0 800 578
</string>
<key>
915
</key>
<string>
212 486 103 130 0 0 1024 746
</string>
<string>
160 353 103 130 0 0 800 578
</string>
</dict>
<key>
IBFramework Version
</key>
<string>
3
49
.0
</string>
<string>
3
62
.0
</string>
<key>
IBLockedObjects
</key>
<array/>
<key>
IBOpenObjects
</key>
<array>
<integer>
1617
</integer>
<integer>
29
</integer>
<integer>
636
</integer>
<integer>
21
</integer>
</array>
<key>
IBSystem Version
</key>
<string>
7
D2
4
</string>
<string>
7
F4
4
</string>
</dict>
</plist>
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
View file @
aaa8fe4c
No preview for this file type
modules/gui/macosx/playlist.m
View file @
aaa8fe4c
...
...
@@ -171,7 +171,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
[
o_mi_play
setTitle
:
_NS
(
"Play"
)];
[
o_mi_delete
setTitle
:
_NS
(
"Delete"
)];
[
o_mi_selectall
setTitle
:
_NS
(
"Select All"
)];
[
o_mi_info
setTitle
:
_NS
(
"Prop
rie
ties"
)];
[
o_mi_info
setTitle
:
_NS
(
"Prop
er
ties"
)];
[[
o_tc_name
headerCell
]
setStringValue
:
_NS
(
"Name"
)];
[[
o_tc_author
headerCell
]
setStringValue
:
_NS
(
"Author"
)];
...
...
modules/gui/macosx/playlistinfo.m
View file @
aaa8fe4c
...
...
@@ -42,7 +42,7 @@
[
o_tbv_info
setOutlineTableColumn
:
0
];
[
o_tbv_info
setDataSource
:
self
];
[
o_info_window
setTitle
:
_NS
(
"Prop
rie
ties"
)];
[
o_info_window
setTitle
:
_NS
(
"Prop
er
ties"
)];
[
o_uri_lbl
setStringValue
:
_NS
(
"URI"
)];
[
o_title_lbl
setStringValue
:
_NS
(
"Title"
)];
[
o_author_lbl
setStringValue
:
_NS
(
"Author"
)];
...
...
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