summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-02-21 22:43:28 (UTC)
committer harlekin <harlekin>2002-02-21 22:43:28 (UTC)
commit7fd3f2ce443a136079bb9230b90b31c8d172b16a (patch) (unidiff)
tree8786464c785def9cc0eaa874dcc10871bde11a64
parentec52599a5a9ca3397e6375b7aeb4ee391c614bfb (diff)
downloadopie-7fd3f2ce443a136079bb9230b90b31c8d172b16a.zip
opie-7fd3f2ce443a136079bb9230b90b31c8d172b16a.tar.gz
opie-7fd3f2ce443a136079bb9230b90b31c8d172b16a.tar.bz2
fixed some layout glitches
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index 1f6f34e..c63a9ef 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -192,4 +192,4 @@ void Today::getDates()
192 msg+= "<BR><i>" + (*it).location(); 192 msg+= "<BR><i>" + (*it).location();
193 msg += "</i>";
193 } 194 }
194 msg += "</i><BR>";
195 195
@@ -197,3 +197,3 @@ void Today::getDates()
197 { 197 {
198 msg += "All day"; 198 msg += "<br>All day";
199 } 199 }
@@ -202,3 +202,3 @@ void Today::getDates()
202 // start time of event 202 // start time of event
203 msg += TimeString::timeString(QTime((*it).event().start().time()) ) 203 msg += "<br>" + TimeString::timeString(QTime((*it).event().start().time()) )
204 // end time of event 204 // end time of event
@@ -224,4 +224,4 @@ void Today::getDates()
224 msg+= "<BR><i>" + (*it).location(); 224 msg+= "<BR><i>" + (*it).location();
225 msg += "</i>";
225 } 226 }
226 msg += "</i><BR>";
227 227
@@ -229,3 +229,3 @@ void Today::getDates()
229 { 229 {
230 msg += "All day"; 230 msg += "<br>All day";
231 } 231 }
@@ -234,3 +234,3 @@ void Today::getDates()
234 // start time of event 234 // start time of event
235 msg += TimeString::timeString(QTime((*it).event().start().time()) ) 235 msg += "<br>" + TimeString::timeString(QTime((*it).event().start().time()) )
236 // end time of event 236 // end time of event