diff options
Diffstat (limited to 'devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp')
-rw-r--r-- | devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp b/devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp deleted file mode 100644 index 5c5ad08b7853..000000000000 --- a/devel/subcommander2/files/patch-subcommander__RpViewWhatsThis.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- 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>"; - |