From 49ab3aa0b3e78b635c22512b30f44b951c1401f7 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Tue, 25 Apr 2006 20:23:50 +0000 Subject: All included libraries now link dynamically instead of statically. Moved items from gtk2_ardour/utils to pbd3/convert. Various cleanups. git-svn-id: svn://localhost/trunk/ardour2@475 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_dialog.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/export_dialog.cc') diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index 248eca3f29..1293fca34b 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -22,12 +22,13 @@ #include #include #include - #include #include -#include + +#include #include +#include #include #include @@ -48,11 +49,12 @@ #define FRAME_NAME "BaseFrame" using namespace std; - using namespace ARDOUR; using namespace sigc; using namespace Gtk; +using PBD::internationalize; + static const gchar *sample_rates[] = { N_("22.05kHz"), N_("44.1kHz"), -- cgit v1.2.3