]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/patchmanip.cpp
Convert icons to RGBA, remove duplicate files, rename curve_cap icon.
[xonotic/netradiant.git] / radiant / patchmanip.cpp
index 298ff597586092a849d4e1149d82c23af03e2660..b7318b28e7b555505fbf6b0da1ad0106b421f6b3 100644 (file)
@@ -701,7 +701,7 @@ void Patch_registerCommands(){
 }
 
 void Patch_constructToolbar( GtkToolbar* toolbar ){
-       toolbar_append_button( toolbar, "Put caps on the current patch (SHIFT + C)", "curve_cap.png", "CapCurrentCurve" );
+       toolbar_append_button( toolbar, "Put caps on the current patch (SHIFT + C)", "cap_curve.png", "CapCurrentCurve" );
 }
 
 void Patch_constructMenu( GtkMenu* menu ){