aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/profileDialog.cpp')
-rw-r--r--examples/GuiClient/profileDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp
index c1f4d668..3d170dce 100644
--- a/examples/GuiClient/profileDialog.cpp
+++ b/examples/GuiClient/profileDialog.cpp
@@ -110,7 +110,7 @@ void profileDialog::updateText()
arg(m_time[resource].tzo());
if(i < resources.count() - 1) // skip for the last item
- statusText += "<BR><BR>";
+ statusText += "<BR>";
}
setStatusText(statusText);
}