mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Fix typos in gtk2_ardour/ directory
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sur,te,trough,ue`
This commit is contained in:
parent
7f96255722
commit
364f2f0788
68 changed files with 87 additions and 87 deletions
|
|
@ -34,7 +34,7 @@ using namespace PBD;
|
|||
MissingPluginDialog::MissingPluginDialog (Gtk::Window& parent, Session* s, list<string> const & plugins, bool cache_valid)
|
||||
: ArdourDialog (parent, _("Missing Plugins"), true, false)
|
||||
{
|
||||
/* This dialog is always shown programatically. Center the window.*/
|
||||
/* This dialog is always shown programmatically. Center the window.*/
|
||||
set_position (Gtk::WIN_POS_CENTER);
|
||||
|
||||
set_session (s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue