annotate gui/mplayer/pixmaps/url.xpm @ 23479:db82492b2f30
100l, fix compile error in r23498 due to bad copy in paste
author |
reimar |
date |
Thu, 07 Jun 2007 20:01:05 +0000 |
parents |
17bf4f4b0715 |
children |
09c3ce60f369 |
rev |
line source |
23077
|
1 /* XPM */
|
|
2 static const char * url_xpm[] = {
|
|
3 "16 16 2 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 " ",
|
|
7 " ",
|
|
8 " ",
|
|
9 " ",
|
|
10 " .. .. .. ",
|
|
11 " .. .. .. ",
|
|
12 " .. .. ",
|
|
13 " .. .. ",
|
|
14 " .. .. ",
|
|
15 " .. .. ",
|
|
16 " .. .. .. ",
|
|
17 " .. .. .. ",
|
|
18 " ",
|
|
19 " ",
|
|
20 " ",
|
|
21 " "};
|