diff options
Diffstat (limited to 'splashscreen.py')
-rw-r--r-- | splashscreen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/splashscreen.py b/splashscreen.py index ff01e0a8f..e5adcfe3e 100644 --- a/splashscreen.py +++ b/splashscreen.py @@ -70,7 +70,7 @@ def splashScreenShow(configFileData): im = load_image(image) else: - im = load_image('first-lowres.png') + im = load_image('pixmaps/first-lowres.png') if im: im.render () |