gimp/pixmaps/yes.xpm
Michael Natterer 98f9e4e4c8 only save sessionrc if the corresponding preferences option is enabled
1999-03-14  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/app_procs.c: only save sessionrc if the corresponding
	preferences option is enabled

	* app/preferences_dialog.c: preferences renovation part I: the
	directories page uses the new widgets from libgimp

	* libgimp/Makefile.am
	* ligbimp/gimpi.def
	* libgimp/gimpfileselection.[ch]
	* libgimp/gimppatheditor.[ch]: new widgets which enable a more
	comfortable file and searchpath selection

	* Makefile.am
	* pixmaps/no.xpm
	* pixmaps/yes.xpm: pixmaps used by the new widgets
1999-03-13 23:03:11 +00:00

25 lines
490 B
C

/* XPM */
static char * yes_xpm[] = {
"18 18 3 1",
" c None",
". c #3D841B",
"+ c #7F7F7F",
" ",
" ",
" ",
" . ",
" ... ",
" ...+ ",
" ...+ ",
" . ...+ ",
" ... ...+ ",
" ... ...+ ",
" ... ...+ ",
" .....+ ",
" ...+ ",
" .+ ",
" ",
" ",
" ",
" "};