Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
ddf2536c
Commit
ddf2536c
authored
Oct 30, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* forwardport [13037]
parent
e76bab29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/gui/macosx/wizard.m
modules/gui/macosx/wizard.m
+4
-0
No files found.
modules/gui/macosx/wizard.m
View file @
ddf2536c
...
...
@@ -426,6 +426,8 @@ static VLCWizard *_o_sharedInstance = nil;
[
o_t6_btn_mrInfo_ttl
setTitle
:
_NS
(
"More Info"
)];
[
o_t6_ckb_sap
setTitle
:
_NS
(
"SAP Announce"
)];
[
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"
)];
/* page seven ("Transcode 2") */
[
o_t7_title
setStringValue
:
_NS
(
"Additional transcode options"
)];
...
...
@@ -433,6 +435,8 @@ static VLCWizard *_o_sharedInstance = nil;
"additional parameters for your transcoding."
)];
[
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_btn_mrInfo_local
setTitle
:
_NS
(
"More Info"
)];
/* page eight ("Summary") */
[
o_t8_txt_text
setStringValue
:
_NS
(
"This page lists all your selections. "
\
...
...
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