Converted bmp images to png
|
@ -103,28 +103,28 @@ struct toolbar_button_info_s
|
|||
struct toolbar_button_info_s toolbar_buttons[NUM_TOOLBAR_BUTTONS] =
|
||||
{
|
||||
{
|
||||
"bkgrnd2d_xy_toggle.bmp",
|
||||
"bkgrnd2d_xy_toggle.png",
|
||||
"xy background",
|
||||
"Toggle xy background image",
|
||||
DoBkgrndToggleXY,
|
||||
IToolbarButton::eToggleButton
|
||||
},
|
||||
{
|
||||
"bkgrnd2d_xz_toggle.bmp",
|
||||
"bkgrnd2d_xz_toggle.png",
|
||||
"xz background",
|
||||
"Toggle xz background image",
|
||||
DoBkgrndToggleXZ,
|
||||
IToolbarButton::eToggleButton
|
||||
},
|
||||
{
|
||||
"bkgrnd2d_yz_toggle.bmp",
|
||||
"bkgrnd2d_yz_toggle.png",
|
||||
"yz background",
|
||||
"Toggle yz background image",
|
||||
DoBkgrndToggleYZ,
|
||||
IToolbarButton::eToggleButton
|
||||
},
|
||||
{
|
||||
"bkgrnd2d_conf.bmp",
|
||||
"bkgrnd2d_conf.png",
|
||||
"Configure",
|
||||
"Configure background images",
|
||||
ShowBackgroundDialog,
|
||||
|
|
|
@ -125,15 +125,15 @@ class CBobtoolzToolbarButton : public IToolbarButton
|
|||
public:
|
||||
virtual const char* getImage() const {
|
||||
switch ( mIndex ) {
|
||||
case 0: return "bobtoolz_cleanup.bmp";
|
||||
case 1: return "bobtoolz_poly.bmp";
|
||||
case 2: return "bobtoolz_caulk.bmp";
|
||||
case 3: return "bobtoolz_treeplanter.bmp";
|
||||
case 4: return "bobtoolz_trainpathplot.bmp";
|
||||
case 5: return "bobtoolz_dropent.bmp";
|
||||
case 6: return "bobtoolz_merge.bmp";
|
||||
case 7: return "bobtoolz_split.bmp";
|
||||
case 8: return "bobtoolz_turnedge.bmp";
|
||||
case 0: return "bobtoolz_cleanup.png";
|
||||
case 1: return "bobtoolz_poly.png";
|
||||
case 2: return "bobtoolz_caulk.png";
|
||||
case 3: return "bobtoolz_treeplanter.png";
|
||||
case 4: return "bobtoolz_trainpathplot.png";
|
||||
case 5: return "bobtoolz_dropent.png";
|
||||
case 6: return "bobtoolz_merge.png";
|
||||
case 7: return "bobtoolz_split.png";
|
||||
case 8: return "bobtoolz_turnedge.png";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ class CameraInspectorButton : public IToolbarButton
|
|||
{
|
||||
public:
|
||||
virtual const char* getImage() const {
|
||||
return "camera_insp.bmp";
|
||||
return "camera_insp.png";
|
||||
}
|
||||
virtual const char* getText() const {
|
||||
return "Inspector";
|
||||
|
|
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 1,014 B |