move themes from 'osmarender' to 'styles'

This commit is contained in:
Hannes Janetzek
2013-02-10 11:36:05 +01:00
parent 023755655b
commit a362201ba0
69 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public final class BitmapUtils {
private static InputStream createInputStream(String src) throws FileNotFoundException {
if (src.startsWith(PREFIX_JAR)) {
String name = "/org/oscim/theme/osmarender/" + src.substring(PREFIX_JAR.length());
String name = "/org/oscim/theme/styles/" + src.substring(PREFIX_JAR.length());
InputStream inputStream = BitmapUtils.class.getResourceAsStream(name);
if (inputStream == null) {