Commit 305f3541 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: Fixed the appereance of playlist items in the Streaming/Transcoding Wizard

parent 3c709119
......@@ -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
Modern Mac OS X versions
modern Mac OS X versions
* Other bug fixes (dvd language selection, ...)
......
<?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>446.1</string>
<string>489.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>
......@@ -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")];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment