was looking for menu items font in the wrong place

This commit is contained in:
Dana Jansens 2007-03-05 16:27:02 +00:00
parent 358c203df2
commit b31189b91a

View file

@ -524,7 +524,7 @@ int main(int argc, char **argv)
} }
} }
if (read_string(db, "menu.items.text.font", &s)) { if (read_string(db, "menu.items.font", &s)) {
char *p; char *p;
if (strstr(s, "shadow=y")) { if (strstr(s, "shadow=y")) {
if ((p = strstr(s, "shadowoffset="))) if ((p = strstr(s, "shadowoffset=")))