X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=libs%2Fgtkutil%2Fdialog.cpp;h=aa8aad47d0a873046151804c55d918f01c5ee973;hb=6134b25a1b87ad94c5a082915064a33ea66b07d7;hp=fddf060e670712667dd6077967797604454059e7;hpb=9bced6aaa45f3fb8a7b7f5b39deb207d1ea50924;p=xonotic%2Fnetradiant.git diff --git a/libs/gtkutil/dialog.cpp b/libs/gtkutil/dialog.cpp index fddf060e..aa8aad47 100644 --- a/libs/gtkutil/dialog.cpp +++ b/libs/gtkutil/dialog.cpp @@ -210,7 +210,7 @@ PathEntry PathEntry_new(){ // browse button auto button = ui::Button(ui::New); - button_set_icon( button, "ellipsis.bmp" ); + button_set_icon( button, "ellipsis.png" ); button.show(); hbox.pack_end(button, FALSE, FALSE, 0);