Commit accde29a authored by Clément Stenac's avatar Clément Stenac

Missing icons

parent cbf5a023
/* XPM */
static char * loop_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
"... ",
". .. ",
". . ... .... ",
"...... . .. ..",
"... ..... . .",
". . . . .. ..",
". .. .... .... ",
" . ",
" . ",
" ",
" ",
" "};
/* XPM */
static char * repeat_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" .... .. ",
" . .. . ",
" . . . ",
" . .. . ",
" .... . ",
" ... . ",
" . .. . ",
" . .. . ",
" ",
" ",
" ",
" "};
/* XPM */
static char * shuffle_on_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ... . . ... ",
" . . .. . . .",
" ... . . . .",
" .. . .. . .",
" . . . . ... ",
" ",
" ",
" ",
" ",
" "};
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "wxwindows.h" #include "wxwindows.h"
#include "bitmaps/shuffle_on.xpm" #include "bitmaps/shuffle.xpm"
#include "bitmaps/repeat.xpm" #include "bitmaps/repeat.xpm"
#include "bitmaps/loop.xpm" #include "bitmaps/loop.xpm"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment