fixed: wrong title shown in yes/no dialog when prompting for movie-set removal (close...
authorvdrfan <vdrfan-nospam-@xbmc.org>
Mon, 11 Jun 2012 08:52:38 +0000 (10:52 +0200)
committervdrfan <vdrfan-nospam-@xbmc.org>
Mon, 11 Jun 2012 08:52:38 +0000 (10:52 +0200)
xbmc/video/windows/GUIWindowVideoNav.cpp

index 32b07a4..b910622 100644 (file)
@@ -638,7 +638,7 @@ void CGUIWindowVideoNav::OnDeleteItem(CFileItemPtr pItem)
            pItem->GetPath().size() > 14 && pItem->m_bIsFolder)
   {
     CGUIDialogYesNo* pDialog = (CGUIDialogYesNo*)g_windowManager.GetWindow(WINDOW_DIALOG_YES_NO);
-    pDialog->SetLine(0, g_localizeStrings.Get(432));
+    pDialog->SetHeading(432);
     CStdString strLabel;
     strLabel.Format(g_localizeStrings.Get(433),pItem->GetLabel());
     pDialog->SetLine(1, strLabel);
@@ -1468,4 +1468,4 @@ void CGUIWindowVideoNav::ApplyWatchedFilter(CFileItemList &items)
       }
     }
   }
-}
\ No newline at end of file
+}