view gui/ui/pixmaps/url.xpm @ 33957:349e1fc4b6f2

Rephrase condition for btnModify(). Don't rely on the values of btnPressed or btnReleased.
author ib
date Thu, 01 Sep 2011 18:52:09 +0000
parents 520fb0f7544c
children
line wrap: on
line source

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