diff --git a/gui/wires.cpp b/gui/wires.cpp index e9bc9d0c..efa264f6 100644 --- a/gui/wires.cpp +++ b/gui/wires.cpp @@ -272,6 +272,7 @@ Gtk::Window *connect_wires() window->signal_key_press_event().connect(sigc::ptr_fun(on_window_key_pressed)); window->signal_key_release_event().connect(sigc::ptr_fun(on_window_key_released)); window->set_can_focus(); + window->set_icon_from_file(share_file("ocarina.png")); /* Favorite and ban buttons */ diff --git a/share/ocarina/ocarina.png b/share/ocarina/ocarina.png new file mode 100644 index 00000000..9e4da83b Binary files /dev/null and b/share/ocarina/ocarina.png differ diff --git a/ocarina/images/ocarina512.png b/share/ocarina/ocarina512.png similarity index 100% rename from ocarina/images/ocarina512.png rename to share/ocarina/ocarina512.png