|
From: Emilien K. <cur...@us...> - 2005-01-15 17:31:53
|
Update of /cvsroot/wxdevcenter/StdPlugin/include/wxDevCenter/StdPlugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv568/include/wxDevCenter/StdPlugin Modified Files: BitmapDocView.h language.h Log Message: Ajout du spray sur les bitmaps Index: BitmapDocView.h =================================================================== RCS file: /cvsroot/wxdevcenter/StdPlugin/include/wxDevCenter/StdPlugin/BitmapDocView.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** BitmapDocView.h 14 Jan 2005 17:08:15 -0000 1.7 --- BitmapDocView.h 15 Jan 2005 17:31:30 -0000 1.8 *************** *** 176,185 **** BVD_NONE = 0, BVD_HANDDRAW = 1, ! BVD_BRUSH = 2, ! BVD_SPRAY = 3, ! BVD_LINE = 4, ! BVD_RECT = 5, ! BVD_ELLIPSE = 6, ! BVD_RRECT = 7 }; /** Fonction de tracé courante.*/ --- 176,184 ---- BVD_NONE = 0, BVD_HANDDRAW = 1, ! BVD_SPRAY = 2, ! BVD_LINE = 3, ! BVD_RECT = 4, ! BVD_ELLIPSE = 5, ! BVD_RRECT = 6 }; /** Fonction de tracé courante.*/ Index: language.h =================================================================== RCS file: /cvsroot/wxdevcenter/StdPlugin/include/wxDevCenter/StdPlugin/language.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** language.h 10 Jan 2005 15:38:56 -0000 1.5 --- language.h 15 Jan 2005 17:31:31 -0000 1.6 *************** *** 274,277 **** --- 274,278 ---- #define WXDC_BITMAP_MENU_TOOLS wxT("Tools") #define WXDC_BITMAP_MENU_TOOLS_HANDDRAW wxT("Hand-drawing") + #define WXDC_BITMAP_MENU_TOOLS_SPRAY wxT("Spray") #define WXDC_BITMAP_MENU_TOOLS_LINE wxT("Line") #define WXDC_BITMAP_MENU_TOOLS_RECT wxT("Rectangle") |