Skip to content

Commit

Permalink
Merge pull request #597 from Mailaender/workspace
Browse files Browse the repository at this point in the history
Fixed duplicate tab label Project Explorer
  • Loading branch information
eselmeister authored May 19, 2021
2 parents a3ac56c + 5799485 commit 491c48a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2019, 2020 Lablicate GmbH.
* Copyright (c) 2019, 2021 Lablicate GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand All @@ -24,7 +24,7 @@ public enum DataExplorerTreeRoot {
NONE(""), //
DRIVES("Drives"), //
HOME("Home"), //
WORKSPACE("Project Explorer"), //
WORKSPACE("Workspace"), //
USER_LOCATION("User Location");

private String label;
Expand Down

0 comments on commit 491c48a

Please sign in to comment.