Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
f8387d4e
Commit
f8387d4e
authored
Feb 19, 2006
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed keywords and encoding
parent
9f078d8b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
modules/gui/macosx/interaction.h
modules/gui/macosx/interaction.h
+3
-3
modules/gui/macosx/interaction.m
modules/gui/macosx/interaction.m
+3
-3
No files found.
modules/gui/macosx/interaction.h
View file @
f8387d4e
/*****************************************************************************
/*****************************************************************************
* interaction.h: Mac OS X interaction dialogs
* interaction.h: Mac OS X interaction dialogs
*****************************************************************************
*****************************************************************************
* Copyright (C) 200
1-2005
the VideoLAN team
* Copyright (C) 200
5-2006
the VideoLAN team
* $Id:
vout.h 13803 2005-12-18 18:54:28Z bigben
$
* $Id:$
*
*
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* Felix K
Ÿ
hne <fkuehne at videolan dot org>
* Felix K
üh
ne <fkuehne at videolan dot org>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/macosx/interaction.m
View file @
f8387d4e
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
* interaction.h: Mac OS X interaction dialogs
* interaction.h: Mac OS X interaction dialogs
*****************************************************************************
*****************************************************************************
* Copyright (C) 2005-2006 the VideoLAN team
* Copyright (C) 2005-2006 the VideoLAN team
* $Id
: vout.h 13803 2005-12-18 18:54:28Z bigben
$
* $Id $
*
*
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* Felix Khne <fkuehne at videolan dot org>
* Felix K
ü
hne <fkuehne at videolan dot org>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
}
}
else
if
(
p_dialog
->
i_flags
&
DIALOG_YES_NO_CANCEL
)
else
if
(
p_dialog
->
i_flags
&
DIALOG_YES_NO_CANCEL
)
{
{
NSBeginInformationalAlertSheet
(
o_title
,
@"Yes"
,
@"
Cancel"
,
@"No
"
,
\
NSBeginInformationalAlertSheet
(
o_title
,
@"Yes"
,
@"
No"
,
@"Cancel
"
,
\
o_window
,
self
,
@selector
(
sheetDidEnd
:
returnCode
:
contextInfo
:
),
\
o_window
,
self
,
@selector
(
sheetDidEnd
:
returnCode
:
contextInfo
:
),
\
NULL
,
nil
,
o_description
);
NULL
,
nil
,
o_description
);
}
}
...
...
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