Bug 873400: Fix destination directory for Bluetooth file transfers, r=echou

Bluetooth file transfers store the file in 'downloads/bluetooth'. This
patch changes the location to 'Download/Bluetooth' for consistency with
other sub-systems.
This commit is contained in:
Thomas Zimmermann 2013-05-20 11:41:03 +08:00
parent 711775e203
commit 94e453db9b

View File

@ -29,7 +29,7 @@
#include "nsIOutputStream.h"
#include "nsNetUtil.h"
#define TARGET_SUBDIR "downloads/bluetooth/"
#define TARGET_SUBDIR "Download/Bluetooth/"
USING_BLUETOOTH_NAMESPACE
using namespace mozilla;