From: Guillermo Rodriguez Garcia Date: Wed, 8 Mar 2000 08:30:29 +0000 (+0000) Subject: Forgot to add this one X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/90da75e673f51b30e04629035d8bf7501fd00e30 Forgot to add this one git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/demos/life/life.rc b/demos/life/life.rc index 0d8955774b..ae701642ed 100644 --- a/demos/life/life.rc +++ b/demos/life/life.rc @@ -6,4 +6,9 @@ play BITMAP "bitmaps/play.bmp" stop BITMAP "bitmaps/stop.bmp" zoomin BITMAP "bitmaps/zoomin.bmp" zoomout BITMAP "bitmaps/zoomout.bmp" +north BITMAP "bitmaps/north.bmp" +east BITMAP "bitmaps/east.bmp" +south BITMAP "bitmaps/south.bmp" +west BITMAP "bitmaps/west.bmp" +center BITMAP "bitmaps/center.bmp" life BITMAP "bitmaps/life.bmp"