bluetoothengine/btui/btuidelegate/btdelegateconnect.cpp
changeset 67 16e4b9007960
parent 57 5ebadcda06cb
--- a/bluetoothengine/btui/btuidelegate/btdelegateconnect.cpp	Wed Sep 29 13:09:05 2010 +0300
+++ b/bluetoothengine/btui/btuidelegate/btdelegateconnect.cpp	Wed Oct 13 13:15:31 2010 +0300
@@ -29,6 +29,7 @@
 #include <bluetoothuitrace.h>
 #include <e32property.h>
 #include <ctsydomainpskeys.h>  
+#include <hbparameterlengthlimiter.h>
 
 BtDelegateConnect::BtDelegateConnect(
         BtSettingModel* settingModel, 
@@ -137,6 +138,8 @@
     }
     
     if( error ) {
+    		QString prompt = HbParameterLengthLimiter(hbTrId("txt_bt_info_unable_to_connect_with_bluetooth")).arg(mDeviceName);
+    		HbMessageBox::warning(prompt);
         emitCommandComplete(error);
     }
     BOstraceFunctionExit1( DUMMY_DEVLIST, this );
@@ -195,6 +198,10 @@
     }
     else {
         // command is finished
+        if(aErr){
+        		QString prompt = HbParameterLengthLimiter(hbTrId("txt_bt_info_unable_to_connect_with_bluetooth")).arg(mDeviceName);
+    				HbMessageBox::warning(prompt);
+        }
         emitCommandComplete(aErr);
     }
     BOstraceFunctionExit1( DUMMY_DEVLIST, this );