Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
aaa8fe4c
Commit
aaa8fe4c
authored
Mar 16, 2004
by
Felix Paul Kühne
Browse files
*Fixed a spelling mistake and added some button-shortcuts
parent
98ed6370
Changes
4
Hide whitespace changes
Inline
Side-by-side
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 5
4
1 0 0
1024 746
</string>
<string>
-6 44
505 51
7
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
ri
eties"
)];
[
o_mi_info
setTitle
:
_NS
(
"Prope
r
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
ri
eties"
)];
[
o_info_window
setTitle
:
_NS
(
"Prope
r
ties"
)];
[
o_uri_lbl
setStringValue
:
_NS
(
"URI"
)];
[
o_title_lbl
setStringValue
:
_NS
(
"Title"
)];
[
o_author_lbl
setStringValue
:
_NS
(
"Author"
)];
...
...
Write
Preview
Supports
Markdown
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