mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
4 lines
262 B
Diff
4 lines
262 B
Diff
1169c1169
|
|
< gtk_window_set_default_icon_from_file("../pixmaps/beaver.png", NULL); // set beaver icon for all windows in Beaver
|
|
---
|
|
> gtk_window_set_default_icon_from_file(PIXMAP_PATH "/pixmaps/beaver.png", NULL); // set beaver icon for all windows in Beaver
|