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
305f3541
Commit
305f3541
authored
Sep 21, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: Fixed the appereance of playlist items in the Streaming/Transcoding Wizard
parent
3c709119
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
156 additions
and
146 deletions
+156
-146
NEWS
NEWS
+3
-1
extras/package/macosx/Resources/English.lproj/Wizard.nib/classes.nib
...age/macosx/Resources/English.lproj/Wizard.nib/classes.nib
+148
-140
extras/package/macosx/Resources/English.lproj/Wizard.nib/info.nib
...ackage/macosx/Resources/English.lproj/Wizard.nib/info.nib
+3
-3
extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib
...acosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/wizard.m
modules/gui/macosx/wizard.m
+2
-2
No files found.
NEWS
View file @
305f3541
...
...
@@ -16,8 +16,10 @@ Changes between 0.9.2 and 0.9.3-git:
* Fix font selection on Mac OS X
* Thicker border to the Mac OS X subtitle renderer
* Fix update system bugs
* Fixed the appereance of playlist items in the Streaming/Transcoding Wizard
(Mac OS X only)
* Removed the deprecated QuickDraw video output module to avoid crashes on
M
odern Mac OS X versions
m
odern Mac OS X versions
* Other bug fixes (dvd language selection, ...)
...
...
extras/package/macosx/Resources/English.lproj/Wizard.nib/classes.nib
View file @
305f3541
This diff is collapsed.
Click to expand it.
extras/package/macosx/Resources/English.lproj/Wizard.nib/info.nib
View file @
305f3541
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple
Computer
//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
IBDocumentLocation
</key>
<string>
255 498 356 241 0 0 1024 746
</string>
<key>
IBFramework Version
</key>
<string>
4
46.1
</string>
<string>
4
89.0
</string>
<key>
IBLockedObjects
</key>
<array>
<integer>
6
</integer>
...
...
@@ -17,6 +17,6 @@
<integer>
6
</integer>
</array>
<key>
IBSystem Version
</key>
<string>
8R3032
</string>
<string>
9E17
</string>
</dict>
</plist>
extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib
View file @
305f3541
No preview for this file type
modules/gui/macosx/wizard.m
View file @
305f3541
...
...
@@ -344,9 +344,9 @@ static VLCWizard *_o_sharedInstance = nil;
[[
o_t2_matrix_inputSourceType
cellAtRow
:
1
column
:
0
]
setTitle
:
_NS
(
"Existing playlist item"
)];
[
o_t2_btn_chooseFile
setTitle
:
_NS
(
"Choose..."
)];
[[[
o_t2_tbl_plst
tableColumnWithIdentifier
:
@"
1
"
]
headerCell
]
[[[
o_t2_tbl_plst
tableColumnWithIdentifier
:
@"
name
"
]
headerCell
]
setStringValue:
_NS
(
"Title"
)];
[[[
o_t2_tbl_plst
tableColumnWithIdentifier
:
@"
2
"
]
headerCell
]
[[[
o_t2_tbl_plst
tableColumnWithIdentifier
:
@"
artist
"
]
headerCell
]
setStringValue:
_NS
(
"Author"
)];
[
o_t2_box_prtExtrct
setTitle
:
_NS
(
"Partial Extract"
)];
[
o_t2_ckb_enblPartExtrct
setTitle
:
_NS
(
"Enable"
)];
...
...
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