diff --git a/src/preferences/bluetooth/BluetoothMain.cpp b/src/preferences/bluetooth/BluetoothMain.cpp index 1ce1f5911d..6ad576f9ab 100644 --- a/src/preferences/bluetooth/BluetoothMain.cpp +++ b/src/preferences/bluetooth/BluetoothMain.cpp @@ -38,7 +38,7 @@ BluetoothApplication::AboutRequested() " - Luroh\n" " - Pieter Panman\n\n" "Economically:\n" - " - Karl von Dorf, Andrea Bernardi (OSDrawer),\n" + " - Karl vom Dorff, Andrea Bernardi (OSDrawer),\n" " - Matt M, Doug F, Hubert H,\n" " - Sebastian B, Andrew M, Jared E,\n" " - Frederik H, Tom S, Ferry B,\n" diff --git a/src/preferences/bluetooth/DeviceListItem.cpp b/src/preferences/bluetooth/DeviceListItem.cpp index 801b126e93..b5bce5234f 100644 --- a/src/preferences/bluetooth/DeviceListItem.cpp +++ b/src/preferences/bluetooth/DeviceListItem.cpp @@ -18,7 +18,7 @@ namespace Bluetooth { -DeviceListItem::DeviceListItem(BluetoothDevice* bDevice) +DeviceListItem::DeviceListItem(BluetoothDevice* bDevice) : BListItem(), fDevice(bDevice) { @@ -26,7 +26,7 @@ DeviceListItem::DeviceListItem(BluetoothDevice* bDevice) } -DeviceListItem::DeviceListItem(bdaddr_t bdaddr, DeviceClass dClass, int32 rssi) +DeviceListItem::DeviceListItem(bdaddr_t bdaddr, DeviceClass dClass, int32 rssi) : BListItem(), fDevice(NULL), fAddress(bdaddr), diff --git a/src/servers/bluetooth/DeviceManager.cpp b/src/servers/bluetooth/DeviceManager.cpp index fa6fe4097b..589ecf925c 100644 --- a/src/servers/bluetooth/DeviceManager.cpp +++ b/src/servers/bluetooth/DeviceManager.cpp @@ -233,7 +233,7 @@ DeviceManager::StartMonitoringDevice(const char *device) if (error != B_OK) return error; - Output::Instance()->Postf(BLACKBOARD_DEVICEMANAGER, "%s path being monitorized\n", path.Path()); + Output::Instance()->Postf(BLACKBOARD_DEVICEMANAGER, "%s path being monitored\n", path.Path()); // We are monitoring the root we may have already directories inside // to be monitored