mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +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 * MicMenu_xpm[] = {
|
||||
static const char * const MicMenu_xpm[] = {
|
||||
"24 19 18 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
@@ -40,7 +40,7 @@ static const char * MicMenu_xpm[] = {
|
||||
". . "};
|
||||
|
||||
/* XPM */
|
||||
static const char * MicMenuNarrow_xpm[] = {
|
||||
static const char * const MicMenuNarrow_xpm[] = {
|
||||
"19 19 18 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
|
Reference in New Issue
Block a user