mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
NO-OP whitespace (updated GH PR #357)
This commit is contained in:
parent
f413b83cb9
commit
63ea7b6516
132 changed files with 2774 additions and 2762 deletions
|
|
@ -26,15 +26,15 @@ using namespace ARDOUR;
|
|||
using namespace PBD;
|
||||
|
||||
MissingPluginDialog::MissingPluginDialog (Session * s, list<string> const & plugins)
|
||||
: ArdourDialog (_("Missing Plugins"), true, false)
|
||||
: ArdourDialog (_("Missing Plugins"), true, false)
|
||||
{
|
||||
/* This dialog is always shown programatically. Center the window.*/
|
||||
set_position (Gtk::WIN_POS_CENTER);
|
||||
|
||||
set_session (s);
|
||||
|
||||
add_button (_("OK"), RESPONSE_OK);
|
||||
set_default_response (RESPONSE_OK);
|
||||
add_button (_("OK"), RESPONSE_OK);
|
||||
set_default_response (RESPONSE_OK);
|
||||
|
||||
Label* m = manage (new Label);
|
||||
|
||||
|
|
@ -49,8 +49,8 @@ MissingPluginDialog::MissingPluginDialog (Session * s, list<string> const & plug
|
|||
"It is recommended that you install the missing plugins and re-load the session.\n"
|
||||
"(also check the blacklist, Window > Log and Preferences > Plugins)");
|
||||
|
||||
m->set_markup (t.str ());
|
||||
get_vbox()->pack_start (*m, false, false);
|
||||
m->set_markup (t.str ());
|
||||
get_vbox()->pack_start (*m, false, false);
|
||||
|
||||
show_all ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue