mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
NO-OP: whitespace
This commit is contained in:
parent
6616330531
commit
75773a43d4
2 changed files with 108 additions and 108 deletions
|
|
@ -72,7 +72,7 @@ MissingFileDialog::MissingFileDialog (Session* s, const std::string& path, DataT
|
||||||
|
|
||||||
msg.set_justify (JUSTIFY_LEFT);
|
msg.set_justify (JUSTIFY_LEFT);
|
||||||
msg.set_markup (string_compose (_("%1 cannot find the %2 file\n\n<i>%3</i>\n\nin any of these folders:\n\n\
|
msg.set_markup (string_compose (_("%1 cannot find the %2 file\n\n<i>%3</i>\n\nin any of these folders:\n\n\
|
||||||
<tt>%4</tt>\n\n"), PROGRAM_NAME, typestr, Gtkmm2ext::markup_escape_text (path), Gtkmm2ext::markup_escape_text (oss.str())));
|
<tt>%4</tt>\n\n"), PROGRAM_NAME, typestr, Gtkmm2ext::markup_escape_text (path), Gtkmm2ext::markup_escape_text (oss.str())));
|
||||||
|
|
||||||
HBox* hbox = manage (new HBox);
|
HBox* hbox = manage (new HBox);
|
||||||
hbox->pack_start (msg, false, true);
|
hbox->pack_start (msg, false, true);
|
||||||
|
|
|
||||||
|
|
@ -35,12 +35,12 @@ namespace ARDOUR {
|
||||||
|
|
||||||
class MissingFileDialog : public ArdourDialog
|
class MissingFileDialog : public ArdourDialog
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MissingFileDialog (ARDOUR::Session*, const std::string& path, ARDOUR::DataType type);
|
MissingFileDialog (ARDOUR::Session*, const std::string& path, ARDOUR::DataType type);
|
||||||
|
|
||||||
int get_action();
|
int get_action();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ARDOUR::DataType filetype;
|
ARDOUR::DataType filetype;
|
||||||
|
|
||||||
Gtk::FileChooserButton chooser;
|
Gtk::FileChooserButton chooser;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue