Converted bmp images to png
|
@ -103,28 +103,28 @@ struct toolbar_button_info_s
|
||||||
struct toolbar_button_info_s toolbar_buttons[NUM_TOOLBAR_BUTTONS] =
|
struct toolbar_button_info_s toolbar_buttons[NUM_TOOLBAR_BUTTONS] =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"bkgrnd2d_xy_toggle.bmp",
|
"bkgrnd2d_xy_toggle.png",
|
||||||
"xy background",
|
"xy background",
|
||||||
"Toggle xy background image",
|
"Toggle xy background image",
|
||||||
DoBkgrndToggleXY,
|
DoBkgrndToggleXY,
|
||||||
IToolbarButton::eToggleButton
|
IToolbarButton::eToggleButton
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bkgrnd2d_xz_toggle.bmp",
|
"bkgrnd2d_xz_toggle.png",
|
||||||
"xz background",
|
"xz background",
|
||||||
"Toggle xz background image",
|
"Toggle xz background image",
|
||||||
DoBkgrndToggleXZ,
|
DoBkgrndToggleXZ,
|
||||||
IToolbarButton::eToggleButton
|
IToolbarButton::eToggleButton
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bkgrnd2d_yz_toggle.bmp",
|
"bkgrnd2d_yz_toggle.png",
|
||||||
"yz background",
|
"yz background",
|
||||||
"Toggle yz background image",
|
"Toggle yz background image",
|
||||||
DoBkgrndToggleYZ,
|
DoBkgrndToggleYZ,
|
||||||
IToolbarButton::eToggleButton
|
IToolbarButton::eToggleButton
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bkgrnd2d_conf.bmp",
|
"bkgrnd2d_conf.png",
|
||||||
"Configure",
|
"Configure",
|
||||||
"Configure background images",
|
"Configure background images",
|
||||||
ShowBackgroundDialog,
|
ShowBackgroundDialog,
|
||||||
|
|
|
@ -125,15 +125,15 @@ class CBobtoolzToolbarButton : public IToolbarButton
|
||||||
public:
|
public:
|
||||||
virtual const char* getImage() const {
|
virtual const char* getImage() const {
|
||||||
switch ( mIndex ) {
|
switch ( mIndex ) {
|
||||||
case 0: return "bobtoolz_cleanup.bmp";
|
case 0: return "bobtoolz_cleanup.png";
|
||||||
case 1: return "bobtoolz_poly.bmp";
|
case 1: return "bobtoolz_poly.png";
|
||||||
case 2: return "bobtoolz_caulk.bmp";
|
case 2: return "bobtoolz_caulk.png";
|
||||||
case 3: return "bobtoolz_treeplanter.bmp";
|
case 3: return "bobtoolz_treeplanter.png";
|
||||||
case 4: return "bobtoolz_trainpathplot.bmp";
|
case 4: return "bobtoolz_trainpathplot.png";
|
||||||
case 5: return "bobtoolz_dropent.bmp";
|
case 5: return "bobtoolz_dropent.png";
|
||||||
case 6: return "bobtoolz_merge.bmp";
|
case 6: return "bobtoolz_merge.png";
|
||||||
case 7: return "bobtoolz_split.bmp";
|
case 7: return "bobtoolz_split.png";
|
||||||
case 8: return "bobtoolz_turnedge.bmp";
|
case 8: return "bobtoolz_turnedge.png";
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,7 +134,7 @@ class CameraInspectorButton : public IToolbarButton
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual const char* getImage() const {
|
virtual const char* getImage() const {
|
||||||
return "camera_insp.bmp";
|
return "camera_insp.png";
|
||||||
}
|
}
|
||||||
virtual const char* getText() const {
|
virtual const char* getText() const {
|
||||||
return "Inspector";
|
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 |