From 09ec34292683c8a4edcc0060b938192ae18225c4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Oct 2009 17:25:37 +0000 Subject: 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 --- gtk2_ardour/strip_silence_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/strip_silence_dialog.cc') diff --git a/gtk2_ardour/strip_silence_dialog.cc b/gtk2_ardour/strip_silence_dialog.cc index a455db3f24..dbdf9f8509 100644 --- a/gtk2_ardour/strip_silence_dialog.cc +++ b/gtk2_ardour/strip_silence_dialog.cc @@ -33,7 +33,7 @@ /** Construct Strip silence dialog box */ StripSilenceDialog::StripSilenceDialog (std::list > const & regions) - : ArdourDialog (_("Strip silence")), _wave_width (640), _wave_height (64) + : ArdourDialog (_("Strip Silence")), _wave_width (640), _wave_height (64) { for (std::list >::const_iterator i = regions.begin(); i != regions.end(); ++i) { -- cgit v1.2.3