freebsd-ports/devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp
Marcelo Araujo 0b1cf879c5 - Update to 2.0.0.b5.2.
PR:		ports/172504
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-13 11:54:14 +00:00

20 lines
723 B
C++

--- 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>";