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
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
Hide 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
...
...
@@ -1174,12 +1174,12 @@ static VLCWizard *_o_sharedInstance = nil;
NSBeginInformationalAlertSheet
(
_NS
(
"No file selected"
),
\
_NS
(
"OK"
),
@""
,
@""
,
o_wizard_window
,
nil
,
nil
,
nil
,
nil
,
\
[
NSString
stringWithFormat
:
@"%@
\n\n
%@"
,
_NS
(
"A file "
\
"where to save the stream has to be selected."
),
"where to save the stream has to be selected."
),
_NS
(
"Enter either a valid path or use the
\"
Choose
\"
"
\
"button to select a location"
)]);
}
else
{
/* 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
]]
\
objectAtIndex
:
0
];
if
(
theEncapFormat
==
@"ps"
)
...
...
@@ -1756,10 +1756,10 @@ static VLCWizard *_o_sharedInstance = nil;
{
/* enable/disable the respective items */
if
([
o_t4_ckb_audio
state
]
==
NSOnState
)
{
[
o_t4_pop_audioCodec
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."
)];
}
else
{
[
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