aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Temminghoff <phil65@kodi.tv>2016-09-28 17:53:03 +0200
committerGitHub <noreply@github.com>2016-09-28 17:53:03 +0200
commit8239b27beb8f6aa3ed0d4d30b8743ed61f8043db (patch)
tree4868bba81d200870b95079a6d58c3069c9062ed9
parent8acb5acb2940f1e42c93a8ed8c2ea8f4736c63f2 (diff)
parent348e003a2c42a97b62fff8cc8e897ffa636825bb (diff)
Merge pull request #10568 from Memphiz/gui_add_sysinfo_line
[GUIWindowSystemInfo] - allow one more label/row to be displayed
-rw-r--r--xbmc/windows/GUIWindowSystemInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/windows/GUIWindowSystemInfo.cpp b/xbmc/windows/GUIWindowSystemInfo.cpp
index 4184db00f5..30f49ded8d 100644
--- a/xbmc/windows/GUIWindowSystemInfo.cpp
+++ b/xbmc/windows/GUIWindowSystemInfo.cpp
@@ -187,7 +187,7 @@ void CGUIWindowSystemInfo::FrameMove()
void CGUIWindowSystemInfo::ResetLabels()
{
- for (int i = 2; i < 12; i++)
+ for (int i = 2; i < 13; i++)
{
SET_CONTROL_LABEL(i, "");
}