Hi: Some image were missing. ---8<--- Index: themes/Default/imagerc =================================================================== RCS file: /cvs/gnome/gimp/themes/Default/imagerc,v retrieving revision 1.2 diff -u -p -r1.2 imagerc --- themes/Default/imagerc 2002/01/13 20:59:56 1.2 +++ themes/Default/imagerc 2002/03/06 20:38:15 @@ -88,6 +88,29 @@ style "gimp-icons" { "images/stock-button-visible.png", *, *, * } } + # Selection tool option window buttons + # + stock["gimp-selection-replace"] = + { + { "images/stock-button-selection-replace.png", *, *, "gtk-button" }, + { "images/stock-button-selection-replace.png", *, *, * } + } + stock["gimp-selection-add"] = + { + { "images/stock-button-selection-add.png", *, *, "gtk-button" }, + { "images/stock-button-selection-add.png", *, *, * } + } + stock["gimp-selection-subtract"] = + { + { "images/stock-button-selection-substract.png", *, *, "gtk-button" }, + { "images/stock-button-selection-substract.png", *, *, * } + } + stock["gimp-selection-intersect"] = + { + { "images/stock-button-selection-intersect.png", *, *, "gtk-button" }, + { "images/stock-button-selection-intersect.png", *, *, * } + } + # Tool icons # stock["gimp-tool-airbrush"] = --->8--- GSR