diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/esieequest/ui/rich/UserInterface.java | 2 | ||||
-rw-r--r-- | src/esieequest/ui/web/WebInterface.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/esieequest/ui/rich/UserInterface.java b/src/esieequest/ui/rich/UserInterface.java index c743d68..636905d 100644 --- a/src/esieequest/ui/rich/UserInterface.java +++ b/src/esieequest/ui/rich/UserInterface.java | |||
@@ -64,7 +64,7 @@ import esieequest.ui.Viewable; | |||
64 | abstract class UserInterface implements Viewable, ActionListener { | 64 | abstract class UserInterface implements Viewable, ActionListener { |
65 | 65 | ||
66 | private static final String ILLUSTRATION_DIR = "resources/images/"; | 66 | private static final String ILLUSTRATION_DIR = "resources/images/"; |
67 | private static final String ILLUSTRATION_EXT = ".png"; | 67 | private static final String ILLUSTRATION_EXT = ".jpg"; |
68 | 68 | ||
69 | private static final String SOUND_DIR = "resources/audio/"; | 69 | private static final String SOUND_DIR = "resources/audio/"; |
70 | private static final String SOUND_EXT = ".ogg"; | 70 | private static final String SOUND_EXT = ".ogg"; |
diff --git a/src/esieequest/ui/web/WebInterface.java b/src/esieequest/ui/web/WebInterface.java index aa70317..a512315 100644 --- a/src/esieequest/ui/web/WebInterface.java +++ b/src/esieequest/ui/web/WebInterface.java | |||
@@ -45,8 +45,8 @@ import esieequest.ui.Viewable; | |||
45 | */ | 45 | */ |
46 | class WebInterface extends Composite implements Viewable { | 46 | class WebInterface extends Composite implements Viewable { |
47 | 47 | ||
48 | private static final String ILLUSTRATION_DIR = "resources/frame/"; | 48 | private static final String ILLUSTRATION_DIR = "resources/images/"; |
49 | private static final String ILLUSTRATION_EXT = ".html"; | 49 | private static final String ILLUSTRATION_EXT = ".jpg"; |
50 | 50 | ||
51 | private static final String SOUND_DIR = "resources/audio/"; | 51 | private static final String SOUND_DIR = "resources/audio/"; |
52 | private static final String SOUND_EXT = ".ogg"; | 52 | private static final String SOUND_EXT = ".ogg"; |