shorten the web ui url from the prefs window to "http://localhost:%d/"

This commit is contained in:
Mitchell Livingston 2011-05-28 01:53:37 +00:00
parent 9331a3cdac
commit e7632f6c9c
1 changed files with 1 additions and 1 deletions

View 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)