diff options
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <pthread.h> #include <libgnomecanvasmm.h> #include <libglademm/xml.h> +#include <gtk/gtkwindow.h> #include <jack/statistics.h> #include <raul/SharedPtr.hpp> @@ -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); |