summaryrefslogtreecommitdiff
path: root/devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp
blob: 5c5ad08b78538e4347b570250dd456bf489b2635 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- subcommander/RpViewWhatsThis.cpp.orig	2007-06-26 04:28:49.000000000 +0900
+++ subcommander/RpViewWhatsThis.cpp	2012-05-10 05:47:04.000000000 +0900
@@ -19,7 +19,7 @@
   ws += "<b>" + _q("repository copy view columns") + "</b>";
   ws += 
      "<hr>"
-     "<table cellspacing=0>"
+     "<table cellspacing=2>"
       "<tr>";
   ws += "<td><nobr>" + _q("name") + "</nobr></td>";
   ws += "<td>" + _q("the name of an item - the header shows its name and the repository url") + "<br></td>"
@@ -51,7 +51,7 @@
   ws += "<td><nobr>" + _q("last committed date") + "</nobr></td>";
   ws += "<td>" + _q("an items last committed date") + "<br></td>" +
       "</tr>"
-      "<tr>";
+      "<tr>"
      "</table>"
     "</qt>";