mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02: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 * SliderThumb_VerticalDisabled[] = {
|
||||
static const char * const SliderThumb_VerticalDisabled[] = {
|
||||
"14 11 7 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
|
Reference in New Issue
Block a user