]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/dialog.cpp
Radiant:
[xonotic/netradiant.git] / libs / gtkutil / dialog.cpp
index 59f5c5d9328161c359f4f37836eb38778c0fd7dd..fb513e97d5d0e1982c09bd7d487220a6a2df364e 100644 (file)
@@ -219,7 +219,7 @@ PathEntry PathEntry_new(){
 
        // browse button
        GtkButton* button = GTK_BUTTON( gtk_button_new() );
-       button_set_icon( button, "ellipsis.bmp" );
+       button_set_icon( button, "ellipsis.png" );
        gtk_widget_show( GTK_WIDGET( button ) );
        gtk_box_pack_end( GTK_BOX( hbox ), GTK_WIDGET( button ), FALSE, FALSE, 0 );