X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=contrib%2Fbobtoolz%2FbobToolz-GTK.cpp;h=4eecfd92d5b210538188b3e91190826babe90f39;hp=d7893955406236a4c0ece233280a04b81ac89641;hb=311cf0c55019c53902f97c903321e6af98f6f1b7;hpb=e5f1c473e4252eedcc66faed00eed8324a033692 diff --git a/contrib/bobtoolz/bobToolz-GTK.cpp b/contrib/bobtoolz/bobToolz-GTK.cpp index d7893955..4eecfd92 100644 --- a/contrib/bobtoolz/bobToolz-GTK.cpp +++ b/contrib/bobtoolz/bobToolz-GTK.cpp @@ -166,20 +166,20 @@ 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 0: return "bobtoolz_cleanup.png"; + case 1: return "bobtoolz_poly.png"; + case 2: return "bobtoolz_caulk.png"; case 3: return ""; - case 4: return "bobtoolz_treeplanter.bmp"; - case 5: return "bobtoolz_trainpathplot.bmp"; - case 6: return "bobtoolz_dropent.bmp"; + case 4: return "bobtoolz_treeplanter.png"; + case 5: return "bobtoolz_trainpathplot.png"; + case 6: return "bobtoolz_dropent.png"; case 7: return ""; - case 8: return "bobtoolz_merge.bmp"; - case 9: return "bobtoolz_split.bmp"; - case 10: return "bobtoolz_splitrow.bmp"; - case 11: return "bobtoolz_splitcol.bmp"; + case 8: return "bobtoolz_merge.png"; + case 9: return "bobtoolz_split.png"; + case 10: return "bobtoolz_splitrow.png"; + case 11: return "bobtoolz_splitcol.png"; case 12: return ""; - case 13: return "bobtoolz_turnedge.bmp"; + case 13: return "bobtoolz_turnedge.png"; } return NULL; }