summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-06 02:23:58 +0000
committerDavid Robillard <d@drobilla.net>2008-01-06 02:23:58 +0000
commitb43eaf9a9521a55c6cbbedb62147c2daaaf6e32d (patch)
treed4e52465ff47ee7ed962aaa180f5509ce36f4bec /src/Patchage.cpp
parent00176fa0e8e834608efa5b2a44b3954132fb13ea (diff)
downloadpatchage-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/Patchage.cpp')
-rw-r--r--src/Patchage.cpp2
1 files changed, 2 insertions, 0 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);