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
263a9544
Commit
263a9544
authored
Jan 25, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* changed the bugreporting url
parent
02d360bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+2
-2
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+0
-0
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+2
-2
No files found.
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
View file @
263a9544
...
...
@@ -7,7 +7,7 @@
<key>
IBEditorPositions
</key>
<dict>
<key>
29
</key>
<string>
16 822
374
44 0 0 1280 1002
</string>
<string>
16 822
419
44 0 0 1280 1002
</string>
<key>
303
</key>
<string>
60 509 104 66 0 0 1280 1002
</string>
<key>
909
</key>
...
...
@@ -23,8 +23,8 @@
</array>
<key>
IBOpenObjects
</key>
<array>
<integer>
29
</integer>
<integer>
21
</integer>
<integer>
29
</integer>
</array>
<key>
IBSystem Version
</key>
<string>
6G30
</string>
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
View file @
263a9544
No preview for this file type
modules/gui/macosx/intf.m
View file @
263a9544
...
...
@@ -2,7 +2,7 @@
* intf.m: MacOS X interface plugin
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: intf.m,v 1.3
4 2003/01/25 18:42:17
hartman Exp $
* $Id: intf.m,v 1.3
5 2003/01/25 21:34:45
hartman Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -1192,7 +1192,7 @@ static void Run( intf_thread_t *p_intf )
-
(
IBAction
)
reportABug
:(
id
)
sender
{
NSURL
*
bugURL
=
[
NSURL
URLWithString
:
@"http://www.videolan.org/
vlc
/bug-reporting.html"
];
NSURL
*
bugURL
=
[
NSURL
URLWithString
:
@"http://www.videolan.org/
support
/bug-reporting.html"
];
[[
NSWorkspace
sharedWorkspace
]
openURL
:
bugURL
];
}
...
...
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