vlc | branch: master | Felix Paul Kühne <[email protected]> | Wed Aug 22 
11:40:11 2012 +0200| [99acb947148500868c28998106e8af89555e2529] | committer: 
Felix Paul Kühne

macosx: update crash log server DNS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99acb947148500868c28998106e8af89555e2529
---

 modules/gui/macosx/intf.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 0f8ee42..58e6d95 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -1834,7 +1834,7 @@ unsigned int CocoaKeyToVLC( unichar i_key )
 #pragma mark Crash Log
 - (void)sendCrashLog:(NSString *)crashLog withUserComment:(NSString 
*)userComment
 {
-    NSString *urlStr = 
@"http://jones.videolan.org/crashlog/sendcrashreport.php";;
+    NSString *urlStr = 
@"http://crash.videolan.org/crashlog/sendcrashreport.php";;
     NSURL *url = [NSURL URLWithString:urlStr];
 
     NSMutableURLRequest *req = [NSMutableURLRequest requestWithURL:url];

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to