NO-OP: whitespace

This commit is contained in:
Robin Gareus 2017-02-22 10:26:58 +01:00
parent 6616330531
commit 75773a43d4
2 changed files with 108 additions and 108 deletions

View file

@ -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);

View file

@ -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;