summaryrefslogtreecommitdiff
path: root/src/resources/wallpaper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/wallpaper.cpp')
-rw-r--r--src/resources/wallpaper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/wallpaper.cpp b/src/resources/wallpaper.cpp
index 58dffa131..3530d0e96 100644
--- a/src/resources/wallpaper.cpp
+++ b/src/resources/wallpaper.cpp
@@ -116,7 +116,7 @@ void Wallpaper::loadWallpapers()
if (separator == std::string::npos)
{
// Then, append the width and height search mask.
- filename.append("_%dx%d.png");
+ filename.append("_%10dx%10d.png");
int width;
int height;