aboutsummaryrefslogtreecommitdiff
path: root/xbmc/dialogs/GUIDialogSelect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/dialogs/GUIDialogSelect.cpp')
-rw-r--r--xbmc/dialogs/GUIDialogSelect.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/xbmc/dialogs/GUIDialogSelect.cpp b/xbmc/dialogs/GUIDialogSelect.cpp
index d70e221bd8..836fd4e13c 100644
--- a/xbmc/dialogs/GUIDialogSelect.cpp
+++ b/xbmc/dialogs/GUIDialogSelect.cpp
@@ -354,9 +354,8 @@ void CGUIDialogSelect::OnInitWindow()
}
m_viewControl.SetCurrentView(m_useDetails ? CONTROL_DETAILED_LIST : CONTROL_SIMPLE_LIST);
- SET_CONTROL_LABEL(
- CONTROL_NUMBER_OF_ITEMS,
- StringUtils::Format("{} {}", m_vecList->Size(), g_localizeStrings.Get(127).c_str()));
+ SET_CONTROL_LABEL(CONTROL_NUMBER_OF_ITEMS,
+ StringUtils::Format("{} {}", m_vecList->Size(), g_localizeStrings.Get(127)));
if (m_multiSelection)
EnableButton(true, 186);