Skip to content

Commit

Permalink
No issue. Set icon to error.
Browse files Browse the repository at this point in the history
  • Loading branch information
lff0305 committed Jul 14, 2017
1 parent d85ed93 commit b73e39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/lff/plugin/dupfinder/Dialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ private void applyFilter() {
String filter = this.filter.getText();
if (filter.equals("") || filter.trim().equals("")) {
Messages.showMessageDialog(project,
"Filter is empty", "Information",
Messages.getInformationIcon());
"Filter is empty", "Error",
Messages.getErrorIcon());
}
this.listModal.saveList();
List<String> result = new ArrayList<>();
Expand Down

0 comments on commit b73e39e

Please sign in to comment.