view etc/images/gud/break.xpm @ 105049:4b7d5275d592

(menu-bar-ediff-menu, menu-bar-ediff-merge-menu) (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy calls for the menu names and :help.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 17 Sep 2009 02:53:38 +0000
parents 96c76ff2e77b
children
line wrap: on
line source

/* XPM */
static char * break_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #cc0033",
"                        ",
"                        ",
"                        ",
"                        ",
"          ....          ",
"        ........        ",
"       ..........       ",
"      ............      ",
"     ..............     ",
"     ..............     ",
"    ................    ",
"    ................    ",
"    ................    ",
"    ................    ",
"     ..............     ",
"     ..............     ",
"      ............      ",
"       ..........       ",
"        ........        ",
"          ....          ",
"                        ",
"                        ",
"                        ",
"                        "};