From b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2008 02:23:58 +0000 Subject: Install icon to standard (themeable) location. git-svn-id: http://svn.drobilla.net/lad/patchage@1013 a436a847-0d15-0410-975c-d299462d15a1 --- src/Patchage.cpp | 2 ++ src/patchage.svg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 20c7cbf..59b8cfa 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -143,6 +143,8 @@ Patchage::Patchage(int argc, char** argv) #endif xml->get_widget_derived("jack_settings_win", _jack_settings_dialog); + + Glib::set_application_name("Patchage"); _about_win->property_program_name() = "Patchage"; gtkmm_set_width_for_given_text(*_buffer_size_combo, "4096 frames", 40); diff --git a/src/patchage.svg b/src/patchage.svg index 88500da..ce73588 120000 --- a/src/patchage.svg +++ b/src/patchage.svg @@ -1 +1 @@ -../icons/48x48/patchage.svg \ No newline at end of file +../icons/scalable/patchage.svg \ No newline at end of file -- cgit v1.2.1