diff options
author | David Robillard <d@drobilla.net> | 2008-01-06 02:23:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-06 02:23:58 +0000 |
commit | b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d (patch) | |
tree | d4e52465ff47ee7ed962aaa180f5509ce36f4bec /src | |
parent | 00176fa0e8e834608efa5b2a44b3954132fb13ea (diff) | |
download | patchage-b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d.tar.gz patchage-b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d.tar.bz2 patchage-b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d.zip |
Install icon to standard (themeable) location.
git-svn-id: http://svn.drobilla.net/lad/patchage@1013 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/Patchage.cpp | 2 | ||||
l--------- | src/patchage.svg | 2 |
2 files changed, 3 insertions, 1 deletions
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 |