mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
711775e203
commit
94e453db9b
@ -29,7 +29,7 @@
|
|||||||
#include "nsIOutputStream.h"
|
#include "nsIOutputStream.h"
|
||||||
#include "nsNetUtil.h"
|
#include "nsNetUtil.h"
|
||||||
|
|
||||||
#define TARGET_SUBDIR "downloads/bluetooth/"
|
#define TARGET_SUBDIR "Download/Bluetooth/"
|
||||||
|
|
||||||
USING_BLUETOOTH_NAMESPACE
|
USING_BLUETOOTH_NAMESPACE
|
||||||
using namespace mozilla;
|
using namespace mozilla;
|
||||||
|
Loading…
Reference in New Issue
Block a user