diff options
author | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
commit | 784393e18f5c313dbcf63c147844d8762b1f16e5 (patch) | |
tree | d10eb73f344bbde909f2a95fb4e448d967d07489 /src/gui/ingen_gui.glade | |
parent | ec23858d792fbcd95d34a3d0bca53b3e814fd4db (diff) | |
download | ingen-784393e18f5c313dbcf63c147844d8762b1f16e5.tar.gz ingen-784393e18f5c313dbcf63c147844d8762b1f16e5.tar.bz2 ingen-784393e18f5c313dbcf63c147844d8762b1f16e5.zip |
My name is David. :)
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/ingen_gui.glade')
-rw-r--r-- | src/gui/ingen_gui.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/ingen_gui.glade b/src/gui/ingen_gui.glade index 5f765664..39e5f8bd 100644 --- a/src/gui/ingen_gui.glade +++ b/src/gui/ingen_gui.glade @@ -1829,13 +1829,13 @@ <widget class="GtkAboutDialog" id="about_win"> <property name="destroy_with_parent">True</property> <property name="type_hint">normal</property> - <property name="copyright" translatable="yes">Copyright (C) 2005-2008 Dave Robillard <http://drobilla.net></property> + <property name="copyright" translatable="yes">Copyright (C) 2005-2008 David Robillard <http://drobilla.net></property> <property name="website">http://drobilla.net/software/ingen</property> <property name="license" translatable="yes">Licensed under the GNU GPL, Version 2. See COPYING file included with this distribution, or http://www.gnu.org/licenses/gpl.txt for more information</property> <property name="authors">Author: - Dave Robillard <dave@drobilla.net> + David Robillard <d@drobilla.net> Contributors: Lars Luthman - DSSI enhancements, bugfixes |