]> granicus.if.org Git - transmission/commitdiff
shorten the web ui url from the prefs window to "http://localhost:%d/"
authorMitchell Livingston <livings124@transmissionbt.com>
Sat, 28 May 2011 01:53:37 +0000 (01:53 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sat, 28 May 2011 01:53:37 +0000 (01:53 +0000)
macosx/PrefsController.m

index 89f0ae090b13b85d4644ddfc4fb0ac1b6855ce83..a244a985a97b1d37adeb273476343bd5ba3c7049 100644 (file)
@@ -53,7 +53,7 @@
 #define RPC_KEYCHAIN_SERVICE    "Transmission:Remote"
 #define RPC_KEYCHAIN_NAME       "Remote"
 
-#define WEBUI_URL   @"http://localhost:%d/transmission/web/"
+#define WEBUI_URL   @"http://localhost:%d/"
 
 @interface PrefsController (Private)