aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-17 05:10:02 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-17 05:10:02 +0000
commita55603650a333544e17066c806206588a03c699a (patch)
tree863c85d1909f7d5aee15e4392934a02b9ff544c4 /examples/GuiClient/profileDialog.cpp
parentd67e8e63532a028cb01b70225471523c145d2667 (diff)
downloadqxmpp-a55603650a333544e17066c806206588a03c699a.tar.gz
fix large spacing problem
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);
}