From 94e453db9bb306ef95a9e1e0b0a8064d7a413678 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Mon, 20 May 2013 11:41:03 +0800 Subject: [PATCH] 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. --- dom/bluetooth/BluetoothOppManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/bluetooth/BluetoothOppManager.cpp b/dom/bluetooth/BluetoothOppManager.cpp index 90e49089e6a..6064463dd1a 100644 --- a/dom/bluetooth/BluetoothOppManager.cpp +++ b/dom/bluetooth/BluetoothOppManager.cpp @@ -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;