view Gui/mplayer/pixmaps/url.xpm @ 18501:e5b65b94eb73

Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.
author diego
date Sun, 14 May 2006 10:33:27 +0000
parents be3261b2bcf4
children 518b5935a909
line wrap: on
line source

/* XPM */
static char * url_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
"   ..   ..  ..  ",
"   ..   ..  ..  ",
"       ..  ..   ",
"       ..  ..   ",
"      ..  ..    ",
"      ..  ..    ",
" ..  ..  ..     ",
" ..  ..  ..     ",
"                ",
"                ",
"                ",
"                "};