From e1466b6996ef8b2137b3360dc0584677cd318fea Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Mon, 24 Aug 2009 18:16:00 +0000 Subject: [PATCH] Change message code as suggested git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32657 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/bluetooth/BluetoothSettingsView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/bluetooth/BluetoothSettingsView.cpp b/src/preferences/bluetooth/BluetoothSettingsView.cpp index 9044c93152..0ed1fa7faf 100644 --- a/src/preferences/bluetooth/BluetoothSettingsView.cpp +++ b/src/preferences/bluetooth/BluetoothSettingsView.cpp @@ -28,7 +28,7 @@ static const int32 kMsgSetAntialiasing = 'anti'; static const int32 kMsgSetDeviceClassDesktop = 'sDCd'; static const int32 kMsgSetDeviceClassServer = 'sDCs'; static const int32 kMsgSetDeviceClassLaptop = 'sDCl'; -static const int32 kMsgSetDeviceClassHandheld = 'sDCn'; +static const int32 kMsgSetDeviceClassHandheld = 'sDCh'; static const int32 kMsgSetDeviceClassSmartPhone = 'sDCp'; static const int32 kMsgSetAverageWeight = 'afEa';