X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=libs%2Fgtkutil%2Fdialog.cpp;h=fb513e97d5d0e1982c09bd7d487220a6a2df364e;hb=6f51c7f28dc9f56ae64e7da7d42dcbaa068da65a;hp=59f5c5d9328161c359f4f37836eb38778c0fd7dd;hpb=23d2497f12fe91a5eb0e14b71095cbb1c2ec80cb;p=xonotic%2Fnetradiant.git diff --git a/libs/gtkutil/dialog.cpp b/libs/gtkutil/dialog.cpp index 59f5c5d9..fb513e97 100644 --- a/libs/gtkutil/dialog.cpp +++ b/libs/gtkutil/dialog.cpp @@ -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 );