Patch by Michael Weirauch to fix bluetooth apps signatures.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2009-09-24 21:07:18 +00:00
parent 93647add85
commit 875e7244d7
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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;