2001-03-12 Michael Natterer <mitch@gimp.org> * app/gimplayerlistview.c: added some help_data and tooltips. * app/tools/Makefile.am * app/tools/gimperasertool.[ch]: one more. * app/tools/gimppaintbrushtool.[ch] * app/tools/gimppenciltool.[ch]: made all paint tools look the same. * app/tools/gimppainttool.c * app/tools/gimptool.[ch] * app/tools/paint_options.c * app/tools/tools.c: changed accordingly. * pixmaps/anchor.xpm: made it a bit smaller. * pixmaps/refresh.xpm: replaced with the "Recurrence" icon from evolution.
17 lines
299 B
C
17 lines
299 B
C
/* XPM */
|
|
static char * refresh_xpm[] = {
|
|
"14 12 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" .. ..... ",
|
|
" ... .... ",
|
|
" .. .... ",
|
|
".. ..... ",
|
|
".. . .. ",
|
|
".. .. ",
|
|
".. . .. ",
|
|
"..... .. ",
|
|
" .... .. ",
|
|
" .... ... ",
|
|
"..... .. ",
|
|
" "};
|