summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-07 23:30:37 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-07 23:30:37 +0000
commit8367132a85b6e1ff4d7c3dd783fddc603222779c (patch)
tree485768c48a7bbc31de300b4cacb141a2f95f270a /gtk2_ardour/main.cc
parent66aeda8d8ad1f029232888ab823623da9615fb3c (diff)
Fix a panner crash when reducing a route's output count down to 2. Remove some unused code.
git-svn-id: svn://localhost/ardour2/branches/3.0@7560 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index daa2491f0f..e8cf2ac69c 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -405,7 +405,7 @@ int main (int argc, char *argv[])
}
if (no_splash) {
- cerr << _("Copyright (C) 1999-2008 Paul Davis") << endl
+ cerr << _("Copyright (C) 1999-2010 Paul Davis") << endl
<< _("Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker") << endl
<< endl
<< string_compose (_("%1 comes with ABSOLUTELY NO WARRANTY"), PROGRAM_NAME) << endl