Fixed Nabi Issues
[apps/osp/Internet.git] / src / IntInternetApp.cpp
index cacad1d..d469b6e 100644 (file)
@@ -44,7 +44,6 @@ static const wchar_t* APPCONTROL_SELECT_KEY_IMAGE = L"http://tizen.org/appcontro
 static const wchar_t* APPCONTROL_SELECT_VALUE_IMAGE = L"fit_to_screen";
 static const wchar_t* APPCONTROL_PROVIDER_ID_IMAGE_VIEWER = L"tizen.imageviewer";
 static const wchar_t* APPCONTROL_OPERATION_ID_IMAGE_VIEWER = L"http://tizen.org/appcontrol/operation/view";
-
 const int MIN_MEMORY_NEEDED = 1048576;
 
 InternetApp::InternetApp(void)
@@ -333,8 +332,8 @@ InternetApp::OnAppControlRequestReceived(RequestId reqId, const String &operatio
                {
                        if (MultipleWindowPresentationModel::GetInstance()->GetAllWindowArrayList()->GetCount() >= 9)
                        {
-                               String strTitle = CommonUtil::GetString(L"IDS_COM_SK_MAX_LIMIT_REACHED");
-                               String strText = CommonUtil::GetString(L"IDS_COM_SK_CREATE_WINDOWS_BNO");
+                               String strTitle = L"";//CommonUtil::GetString(L"IDS_COM_SK_MAX_LIMIT_REACHED");
+                               String strText = CommonUtil::GetString(L"IDS_BR_BODY_COULD_NOT_OPEN_NEW_WINDOW_BECAUSE_YOU_HAVE_ALREADY_OPENED_MAXIMUM_NUMBER");
                                ShowPopup(strTitle, strText);
                        }
                        return;
@@ -413,3 +412,4 @@ InternetApp::GetAvailableMemory(void)
    CATCH:
     return 0;
 }
+