From 2c8a43119f37342e6143086292836646785f36d3 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Fri, 31 May 2019 20:22:05 +0200 Subject: [PATCH] ui: fix the ellipsis icon --- libs/gtkutil/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2