Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Honnen2019-01-16 08:51:50 +0000
committerJulian Honnen2019-01-16 08:51:50 +0000
commit16df180c40560dd71dcdc9aa0eb853cc493fb337 (patch)
tree11c2c449828209d0db5510a8a3bf496688813274
parentc59cf9b2c9d6e39ddade4a30c6f85f9c9f52d018 (diff)
downloadnews-16df180c40560dd71dcdc9aa0eb853cc493fb337.tar.gz
news-16df180c40560dd71dcdc9aa0eb853cc493fb337.tar.xz
news-16df180c40560dd71dcdc9aa0eb853cc493fb337.zip
Bug 537944 - N&N for copy action in Installation Details
Change-Id: I3ed1d387a2ea5a5d54438b84148be60811e8e8bf Signed-off-by: Julian Honnen <julian.honnen@vector.com>
-rw-r--r--4.11/images/copy-installation-details.pngbin0 -> 36135 bytes
-rw-r--r--4.11/platform.html10
2 files changed, 10 insertions, 0 deletions
diff --git a/4.11/images/copy-installation-details.png b/4.11/images/copy-installation-details.png
new file mode 100644
index 00000000..d1548bf4
--- /dev/null
+++ b/4.11/images/copy-installation-details.png
Binary files differ
diff --git a/4.11/platform.html b/4.11/platform.html
index 8db94d4a..bd746bc8 100644
--- a/4.11/platform.html
+++ b/4.11/platform.html
@@ -53,6 +53,16 @@ ul {padding-left: 13px;}
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=50517">Details can be found on bug 50517.</a>
</td>
</tr>
+
+ <tr id="copy-installation-details"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=537944 -->
+ <td class="title">Copy to clipboard in Installation Details</td>
+ <td class="content">
+ A copy to clipboard action has been added to all tabs of the Installation Details dialog.
+ <p>
+ <img src="images/copy-installation-details.png" alt="" />
+ </p>
+ </td>
+ </tr>
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->

Back to the top