Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.

git-svn-id: svn://localhost/ardour2/branches/3.0@5805 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-10-19 17:25:37 +00:00
parent 539a692b0e
commit 09ec342926
24 changed files with 40 additions and 109 deletions

View file

@ -33,7 +33,7 @@
/** Construct Strip silence dialog box */
StripSilenceDialog::StripSilenceDialog (std::list<boost::shared_ptr<ARDOUR::AudioRegion> > const & regions)
: ArdourDialog (_("Strip silence")), _wave_width (640), _wave_height (64)
: ArdourDialog (_("Strip Silence")), _wave_width (640), _wave_height (64)
{
for (std::list<boost::shared_ptr<ARDOUR::AudioRegion> >::const_iterator i = regions.begin(); i != regions.end(); ++i) {