NABI issues
[apps/osp/Internet.git] / src / IntMultipleWindowForm.cpp
index c44d91b..047c5cd 100644 (file)
@@ -514,6 +514,12 @@ MultipleWindowForm::CreateItem(int index, int itemWidth)
                pageURL = L"<"+ nourl +">";
        }
 
+       if (pageTitle.GetLength() == 0)
+       {
+               String nourl;
+               pAppResource->GetString(L"IDS_BR_BODY_ABOUT_C_BLANK", pageTitle);
+       }
+
        Rectangle screenBounds = GetBounds();
        r = pItem->Construct(Dimension(itemWidth, 128), style);
        if (IsFailed(r))