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
99609eba
Commit
99609eba
authored
Feb 23, 2007
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed 2 minor, but nasty typos and converted wizard.nib back to its binary format
parent
b5358a3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
+0
-2
extras/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.
extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
View file @
99609eba
...
...
@@ -18,7 +18,5 @@
</array>
<key>
IBSystem Version
</key>
<string>
8L127
</string>
<key>
IBUsesTextArchiving
</key>
<true/>
</dict>
</plist>
extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
View file @
99609eba
No preview for this file type
modules/gui/macosx/wizard.m
View file @
99609eba
...
...
@@ -445,7 +445,7 @@ static VLCWizard *_o_sharedInstance = nil;
[
o_t6_btn_mrInfo_sap
setTitle
:
_NS
(
"More Info"
)];
[
o_t6_ckb_local
setTitle
:
_NS
(
"Local playback"
)];
[
o_t6_btn_mrInfo_local
setTitle
:
_NS
(
"More Info"
)];
[
o_t6_ckb_soverlay
setTitle
:
_NS
(
"Add
S
ubtitles to transcoded video"
)];
[
o_t6_ckb_soverlay
setTitle
:
_NS
(
"Add
s
ubtitles to transcoded video"
)];
/* page seven ("Transcode 2") */
[
o_t7_title
setStringValue
:
_NS
(
"Additional transcode options"
)];
...
...
@@ -454,7 +454,7 @@ static VLCWizard *_o_sharedInstance = nil;
[
o_t7_txt_saveFileTo
setStringValue
:
_NS
(
"Select the file to save to"
)];
[
o_t7_btn_chooseFile
setTitle
:
_NS
(
"Choose..."
)];
[
o_t7_ckb_local
setTitle
:
_NS
(
"Local playback"
)];
[
o_t7_ckb_soverlay
setTitle
:
_NS
(
"Add
S
ubtitles to transcoded video"
)];
[
o_t7_ckb_soverlay
setTitle
:
_NS
(
"Add
s
ubtitles to transcoded video"
)];
[
o_t7_ckb_soverlay
setToolTip
:
_NS
(
"Adds available subtitles directly to "
\
"the video. These cannot be disabled "
\
"by the receiving user as they become "
\
...
...
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