mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-01 22:30:11 +01:00
Const'ify xpm images
This commit is contained in:
committed by
Paul Licameli
parent
d8da4015ef
commit
b77637750d
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static const char *power_off_16x16_xpm[] = {
|
||||
static const char * const power_off_16x16_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c None",
|
||||
"a c #FF0000",
|
||||
|
||||
Reference in New Issue
Block a user