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
aa7daf3c
Commit
aa7daf3c
authored
Mar 19, 2006
by
Benjamin Pracht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix compilation
parent
b8f24b4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/gui/macosx/wizard.m
modules/gui/macosx/wizard.m
+4
-4
No files found.
modules/gui/macosx/wizard.m
View file @
aa7daf3c
...
@@ -1179,7 +1179,7 @@ static VLCWizard *_o_sharedInstance = nil;
...
@@ -1179,7 +1179,7 @@ static VLCWizard *_o_sharedInstance = nil;
"button to select a location"
)]);
"button to select a location"
)]);
}
else
{
}
else
{
/* create a string containing the requested suffix for later usage */
/* create a string containing the requested suffix for later usage */
NSString
*
theEncapFormat
=
[[
o_encapFormats
objectAtIndex
:
\
NSString
*
theEncapFormat
=
[[
o_encapFormats
objectAtIndex
:
[[
o_userSelections
objectForKey
:
@"encapFormat"
]
intValue
]]
\
[[
o_userSelections
objectForKey
:
@"encapFormat"
]
intValue
]]
\
objectAtIndex
:
0
];
objectAtIndex
:
0
];
if
(
theEncapFormat
==
@"ps"
)
if
(
theEncapFormat
==
@"ps"
)
...
@@ -1756,10 +1756,10 @@ static VLCWizard *_o_sharedInstance = nil;
...
@@ -1756,10 +1756,10 @@ static VLCWizard *_o_sharedInstance = nil;
{
{
/* enable/disable the respective items */
/* enable/disable the respective items */
if
([
o_t4_ckb_audio
state
]
==
NSOnState
)
if
([
o_t4_ckb_audio
state
]
==
NSOnState
)
{
[
o_t4_pop_audioCodec
setEnabled
:
YES
];
[
o_t4_pop_audioCodec
setEnabled
:
YES
];
[
o_t4_pop_audioBitrate
setEnabled
:
YES
];
[
o_t4_pop_audioBitrate
setEnabled
:
YES
];
[
o_t4_txt_hintAudio
setStringValue
:
_NS
(
"Select your audio codec. "
\
[
o_t4_txt_hintAudio
setStringValue
:
_NS
(
"Select your audio codec. "
\
"Click one to get more information."
)];
"Click one to get more information."
)];
}
else
{
}
else
{
[
o_t4_pop_audioCodec
setEnabled
:
NO
];
[
o_t4_pop_audioCodec
setEnabled
:
NO
];
...
...
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