diff --git a/headers/private/bluetooth/bluetoothserver_p.h b/headers/private/bluetooth/bluetoothserver_p.h index 34b86fd085..aa735664d5 100644 --- a/headers/private/bluetooth/bluetoothserver_p.h +++ b/headers/private/bluetooth/bluetoothserver_p.h @@ -2,8 +2,8 @@ #define _BLUETOOTH_SERVER_PRIVATE_H -#define BLUETOOTH_SIGNATURE "application/x-vnd.Be-bluetooth_server" -#define BLUETOOTH_APP_SIGNATURE "application/x-vnd.haiku-BluetoothPrefs" +#define BLUETOOTH_SIGNATURE "application/x-vnd.Haiku-bluetooth_server" +#define BLUETOOTH_APP_SIGNATURE "application/x-vnd.Haiku-BluetoothPrefs" /* Kit Comunication */ diff --git a/src/servers/bluetooth/server-bluetooth.rdef b/src/servers/bluetooth/server-bluetooth.rdef index 9ef93f1093..a947f0585d 100644 --- a/src/servers/bluetooth/server-bluetooth.rdef +++ b/src/servers/bluetooth/server-bluetooth.rdef @@ -2,7 +2,7 @@ * bluetooth_server.rdef */ -resource app_signature "application/x-vnd.Be-bluetooth_server"; +resource app_signature "application/x-vnd.Haiku-bluetooth_server"; resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;