mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-14 08:35:46 +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 * DownButton[] = {
|
||||
static const char * const DownButton[] = {
|
||||
"36 36 69 1",
|
||||
" c None",
|
||||
"! c #E6E6E6",
|
||||
@@ -105,4 +105,4 @@ static const char * DownButton[] = {
|
||||
"VW2RRRRRRRRRRRRRRRRRRRRRRRRRRRRRR2WV",
|
||||
"XYZ[RRRRRRRRRRRRRRRRRRRRRRRRRRRR[ZYX",
|
||||
"]V^_`abbbbbbbbbbbbbbbbbbbbbbbba`_^V]",
|
||||
"cde*fg666666666666666666666666gf*edc"};
|
||||
"cde*fg666666666666666666666666gf*edc"};
|
||||
|
||||
Reference in New Issue
Block a user