mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
parent
d86c7aad91
commit
6cf19d1cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ load_buttons(struct theme *theme)
|
|||
* For example max_hover_toggled instead of max_toggled_hover
|
||||
*/
|
||||
if (b->alt_name) {
|
||||
snprintf(filename, sizeof(filename), "%s.xbm", b->name);
|
||||
snprintf(filename, sizeof(filename), "%s.xbm", b->alt_name);
|
||||
} else {
|
||||
filename[0] = '\0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue