From ec35a800c6c9017c9992d314bc90ec3dec617550 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2008 02:49:24 +0000 Subject: Use named (themeable) icon for all window icons, desktop menu entry, and about dialog (when installed). git-svn-id: http://svn.drobilla.net/lad/patchage@1016 a436a847-0d15-0410-975c-d299462d15a1 --- src/Patchage.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Patchage.cpp') diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 59b8cfa..59a5a4d 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #include @@ -146,6 +147,8 @@ Patchage::Patchage(int argc, char** argv) Glib::set_application_name("Patchage"); _about_win->property_program_name() = "Patchage"; + _about_win->property_logo_icon_name() = "patchage"; + gtk_window_set_default_icon_name("patchage"); gtkmm_set_width_for_given_text(*_buffer_size_combo, "4096 frames", 40); -- cgit v1.2.1