]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/texwindow.cpp
Replaced bmp icons in bitmaps/ with png files, changed the code accordingly.
[xonotic/netradiant.git] / radiant / texwindow.cpp
index 94717d0949bd75a9d9b913c62b72ef40ee42bdc3..5621aaa1712be3c900385600b7568b5e8cb0f8ea 100644 (file)
@@ -1877,11 +1877,11 @@ void TextureBrowser_checkTagFile(){
 
 void TextureBrowser_SetNotex(){
        StringOutputStream name( 256 );
-       name << GlobalRadiant().getAppPath() << "bitmaps/notex.bmp";
+       name << GlobalRadiant().getAppPath() << "bitmaps/notex.png";
        g_notex = name.c_str();
 
        name = NULL;
-       name << GlobalRadiant().getAppPath() << "bitmaps/shadernotex.bmp";
+       name << GlobalRadiant().getAppPath() << "bitmaps/shadernotex.png";
        g_shadernotex = name.c_str();
 }