]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/dialog.cpp
radiant/cursor: get/set cursor position from widget instead of window
[xonotic/netradiant.git] / libs / gtkutil / dialog.cpp
index fddf060e670712667dd6077967797604454059e7..aa8aad47d0a873046151804c55d918f01c5ee973 100644 (file)
@@ -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);