Converted bmp images to png

This commit is contained in:
Pan7 2015-08-30 13:09:35 +02:00
parent 621c43a618
commit b73fe7abef
20 changed files with 14 additions and 14 deletions

View File

@ -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,

View File

@ -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;
}

View File

@ -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";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B