diff options
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template-local.xml')
-rw-r--r-- | BKUWebStart/src/main/jnlp/template-local.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BKUWebStart/src/main/jnlp/template-local.xml b/BKUWebStart/src/main/jnlp/template-local.xml index 9135ba1b..80447c89 100644 --- a/BKUWebStart/src/main/jnlp/template-local.xml +++ b/BKUWebStart/src/main/jnlp/template-local.xml @@ -10,7 +10,9 @@ <description>$project.Description (BKU) MOCCA Web Start</description> <description kind="short">$project.Description</description> <!--icon kind="shortcut" href="img/logo_16.ico" width="16" height="16" version="1.0-SNAPSHOT"/--> + <icon kind="shortcut" href="img/logo_24.png" width="24" height="24"/> <icon kind="shortcut" href="img/logo_32.png" width="32" height="32"/> + <icon kind="default" href="img/logo_24.png" width="24" height="24"/> <icon kind="default" href="img/logo_32.png" width="32" height="32"/> <icon kind="default" href="img/logo_64.png" width="64" height="64"/> <icon kind="splash" href="img/splash.png"/> |