Bug 574748: [R-Console] Fix icon in plugin.xml for R pager editor
Follow-up-to: 1a332cb312ac558584dbb7af13a8b018d6610abc
Change-Id: I569c5df171e67a80483e3470a721a309584df79e
diff --git a/r/org.eclipse.statet.r.ui/plugin.xml b/r/org.eclipse.statet.r.ui/plugin.xml
index 534d731..aaa08fd 100644
--- a/r/org.eclipse.statet.r.ui/plugin.xml
+++ b/r/org.eclipse.statet.r.ui/plugin.xml
@@ -2253,7 +2253,7 @@
point="org.eclipse.ui.editors">
<editor
id="org.eclipse.statet.r.editors.RPager"
- icon="icons/r-graphic.png"
+ icon="icons/view_16/pager.png"
name="R Pager"
class="org.eclipse.statet.internal.r.ui.pager.RPagerEditor">
</editor>