mirror of
https://github.com/videolan/vlc.git
synced 2024-12-15 04:33:38 +08:00
* changed the bugreporting url
This commit is contained in:
parent
02d360bd15
commit
263a954450
@ -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>
|
||||
|
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
* intf.m: MacOS X interface plugin
|
||||
*****************************************************************************
|
||||
* Copyright (C) 2002-2003 VideoLAN
|
||||
* $Id: intf.m,v 1.34 2003/01/25 18:42:17 hartman Exp $
|
||||
* $Id: intf.m,v 1.35 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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user