theme: rename newtron enum

This commit is contained in:
Hannes Janetzek
2014-03-18 00:11:14 +01:00
parent fc9901e493
commit d502ab2561
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ public enum VtmThemes implements ThemeFile {
DEFAULT("styles/default.xml"),
TRONRENDER("styles/tronrender.xml"),
TRON2("styles/newtron.xml"),
NEWTRON("styles/newtron.xml"),
OSMARENDER("styles/osmarender.xml");
private final String mPath;