diff --git a/.classpath b/.classpath index 1c125a8..2dd78f0 100644 --- a/.classpath +++ b/.classpath @@ -6,7 +6,11 @@ - + + + + + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 5d2cc4e..1560fee 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,6 @@ - + + @@ -13,8 +14,9 @@ - - + + + @@ -29,7 +31,8 @@ - + + @@ -44,7 +47,8 @@ - + + @@ -59,12 +63,16 @@ - + + - + + + - + + @@ -79,7 +87,8 @@ - + + @@ -94,7 +103,8 @@ - + + @@ -109,7 +119,8 @@ - + + diff --git a/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java b/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java index ebea7b5..509e5c4 100644 --- a/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java +++ b/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java @@ -28,7 +28,7 @@ public class CreateMeldungCommand implements ClubCommand { @Override public Resource getIcon() { - return VaadinIcons.NEWSPAPER; + return VaadinIcons.OUTBOX; } @Override