]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/bobToolz-GTK.cpp
Replaced bmp icons in contrib/ with png files.
[xonotic/netradiant.git] / contrib / bobtoolz / bobToolz-GTK.cpp
index d7893955406236a4c0ece233280a04b81ac89641..4eecfd92d5b210538188b3e91190826babe90f39 100644 (file)
@@ -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;
 }