Skip to content

Commit

Permalink
[ misc ] Some other improvements. Preparing for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Mar 17, 2019
1 parent 177d359 commit f1e4346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/icons/const.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/icons/JuliaIcons.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public interface JuliaIcons {
@NotNull Icon JOJO_ICON = IconLoader.getIcon("/icons/jojo.png");
@NotNull Icon JULIA_MODULE_ICON = IconLoader.getIcon("/icons/julia_module.png");
@NotNull Icon JULIA_TYPE_ICON = IconLoader.getIcon("/icons/julia_type.png");
@NotNull
Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader.getIcon("/icons/julia_abstract_type.png");
@NotNull Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader.getIcon("/icons/julia_abstract_type.png");
@NotNull Icon JULIA_FUNCTION_ICON = IconLoader.getIcon("/icons/field.png");
@NotNull Icon JULIA_VARIABLE_ICON = IconLoader.getIcon("/icons/field_variable.png");
@NotNull Icon JULIA_CONST_ICON = IconLoader.getIcon("/icons/const.png");
Expand Down

0 comments on commit f1e4346

Please sign in to comment.