use newer method
This commit is contained in:
parent
9796eb2c3c
commit
632d35afad
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ void module(MwWidget box, xl_node_t* node) {
|
|||
if(icon != NULL && icon[0] == '/') {
|
||||
px = MwLoadImage(box, icon);
|
||||
} else if(icon != NULL) {
|
||||
char* p = MDEIconLookUp("apps", icon, 16);
|
||||
char* p = MDEIconLookUp("Applications", icon, 16);
|
||||
|
||||
if(p != NULL) {
|
||||
px = MwLoadImage(box, p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue