From 2e3a21c6ca1fbdf7833404a11fbb727c1a5c0b0e Mon Sep 17 00:00:00 2001 From: sorgelig Date: Fri, 3 Jan 2020 20:35:26 +0800 Subject: [PATCH] backgrounds -> wallpapers. --- video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.cpp b/video.cpp index 2867022..7c6f18c 100644 --- a/video.cpp +++ b/video.cpp @@ -1005,7 +1005,7 @@ static char *get_file_fromdir(const char* dir, int num, int *count) static Imlib_Image load_bg() { - const char* bgdir = "backgrounds"; + const char* bgdir = "wallpapers"; const char* fname = "menu.png"; if (!FileExists(fname)) {