gui: Add a window icon

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-03-01 17:43:26 -05:00 committed by Anna Schumaker
parent 5b34b11dd8
commit 968d723ec7
3 changed files with 1 additions and 0 deletions

View File

@ -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 */

BIN
share/ocarina/ocarina.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB