Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2019-07-10 11:19:03 +0000
committerMatthias Becker2019-07-12 12:04:14 +0000
commita052d477f8b3dc5423c192c36756adac9af54550 (patch)
tree431c4716e8043ef1792737d107f0f0f157669ba2 /bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
parent8d1dd0b128911add42b3072fbb2797afa4fd904b (diff)
downloadeclipse.platform.common-a052d477f8b3dc5423c192c36756adac9af54550.tar.gz
eclipse.platform.common-a052d477f8b3dc5423c192c36756adac9af54550.tar.xz
eclipse.platform.common-a052d477f8b3dc5423c192c36756adac9af54550.zip
Bug 548008: Replace icons in /images/org.eclipse.jdt.ui/ with SVGs
Change-Id: Iaecba79fb78f50dcbd13937d13558073e294bb20 Signed-off-by: Matthias Becker <ma.becker@sap.com>
Diffstat (limited to 'bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm')
-rw-r--r--bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm b/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
index 8cbb960ba..21456153a 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm
@@ -105,7 +105,7 @@
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
- <td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.ui/elcl16/goto_input.png" alt="Go to File"/></td>
+ <td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.ui/elcl16/goto_input.svg" alt="Go to File"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-gotofile_viewaction.htm"><strong>Go to File </strong></a></td>
<td colspan="1" valign="top" align="left">Opens the corresponding location of the breakpoint in the java editor. </td>
<td colspan="1" valign="top" align="left">Context menu and view action </td>

Back to the top