Skip to content

Commit ed79d77

Browse files
committed
add missing SVGs
This commit adds all missing SVGs to Platform UI Bundles.
1 parent 0368ee5 commit ed79d77

File tree

21 files changed

+49132
-8
lines changed

21 files changed

+49132
-8
lines changed

bundles/org.eclipse.ltk.ui.refactoring/icons/full/wizban/apply_rescript_wiz.svg

Lines changed: 14908 additions & 0 deletions
Loading

bundles/org.eclipse.ltk.ui.refactoring/icons/full/wizban/create_rescript_wiz.svg

Lines changed: 14908 additions & 0 deletions
Loading

bundles/org.eclipse.ltk.ui.refactoring/icons/full/wizban/show_history_wiz.svg

Lines changed: 14908 additions & 0 deletions
Loading

bundles/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringPluginImages.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ public class RefactoringPluginImages {
4646
public static final ImageDescriptor DESC_WIZBAN_REFACTOR= createUnManaged(T_WIZBAN, "refactor_wiz.svg"); //$NON-NLS-1$
4747

4848
/** @since 3.2 */
49-
public static final ImageDescriptor DESC_WIZBAN_SHOW_HISTORY= createUnManaged(T_WIZBAN, "show_history_wiz.png"); //$NON-NLS-1$
49+
public static final ImageDescriptor DESC_WIZBAN_SHOW_HISTORY= createUnManaged(T_WIZBAN, "show_history_wiz.svg"); //$NON-NLS-1$
5050
/** @since 3.2 */
51-
public static final ImageDescriptor DESC_WIZBAN_APPLY_SCRIPT= createUnManaged(T_WIZBAN, "apply_rescript_wiz.png"); //$NON-NLS-1$
51+
public static final ImageDescriptor DESC_WIZBAN_APPLY_SCRIPT= createUnManaged(T_WIZBAN, "apply_rescript_wiz.svg"); //$NON-NLS-1$
5252
/** @since 3.2 */
53-
public static final ImageDescriptor DESC_WIZBAN_CREATE_SCRIPT= createUnManaged(T_WIZBAN, "create_rescript_wiz.png"); //$NON-NLS-1$
53+
public static final ImageDescriptor DESC_WIZBAN_CREATE_SCRIPT= createUnManaged(T_WIZBAN, "create_rescript_wiz.svg"); //$NON-NLS-1$
5454

5555
public static final String IMG_OBJS_REFACTORING_FATAL= NAME_PREFIX + "fatalerror_obj.svg"; //$NON-NLS-1$
5656
public static final String IMG_OBJS_REFACTORING_ERROR= NAME_PREFIX + "error_obj.svg"; //$NON-NLS-1$
Lines changed: 113 additions & 0 deletions
Loading
Lines changed: 111 additions & 0 deletions
Loading
Lines changed: 117 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)