a reverb is a reverb is a reverb
[ardour.git] / gtk2_ardour / sfdb_ui.cc
index 9e5e65625b3feaf7d696a088043b251bc9d0c9ab..f94c584019393c7c1fb29f38912e317ca5c7336b 100644 (file)
@@ -21,7 +21,7 @@
 #include "gtk2ardour-config.h"
 #endif
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 #include <map>
 #include <cerrno>
@@ -1717,11 +1717,11 @@ SoundFileOmega::SoundFileOmega (string title, ARDOUR::Session* s,
        options.attach (instrument_combo, 3, 4, 1, 2, FILL, SHRINK, 8, 0);
 
        Alignment *hspace = manage (new Alignment ());
-       hspace->set_size_request(2, 2);
+       hspace->set_size_request (2, 2);
        options.attach (*hspace, 0, 3, 2, 3, FILL, SHRINK, 0, 8);
 
        Alignment *vspace = manage (new Alignment ());
-       vspace->set_size_request(2, 2);
+       vspace->set_size_request (2, 2);
        options.attach (*vspace, 2, 3, 0, 3, EXPAND, SHRINK, 0, 0);
 
        str.clear ();