replace shape with image

This commit is contained in:
honfika@gmail.com
2014-11-11 21:42:37 +01:00
parent 8d1dfdf7c4
commit 4df698e7b7
12 changed files with 201 additions and 99 deletions

View File

@@ -59,7 +59,7 @@ public class ApplicationInfo {
if (nightly) {
version = version + " nightly build " + version_build;
}
} catch (IOException | NullPointerException ex) {
} catch (IOException | NullPointerException | NumberFormatException ex) {
//ignore
version = "unknown";
}