opnsense-ports/devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>";