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] = 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,

View File

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

View File

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

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