]> git.sesse.net Git - vlc/commitdiff
* changed the bugreporting url
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 25 Jan 2003 21:34:45 +0000 (21:34 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 25 Jan 2003 21:34:45 +0000 (21:34 +0000)
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
modules/gui/macosx/intf.m

index 601e6414d3db60ae989fa50bd82de97e4932604e..1ca807895ae2f4b01322f9c2b6d5ef4e4e9d844a 100644 (file)
@@ -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>
index ff5f964a33507954de5a54e456e913d7d3abea33..b87a43c0f37ea286817b0e16de3280a466e9b28f 100644 (file)
Binary files a/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib and b/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib differ
index 3a991af09b00c1d74555d80c346eda6d2be53d0e..cef86c795f9c20100d3267e025cab8c01bb70489 100644 (file)
@@ -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];
 }