summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-04-25 20:23:50 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-04-25 20:23:50 +0000
commit49ab3aa0b3e78b635c22512b30f44b951c1401f7 (patch)
treea1380f163eb95d1e62698a919a451cc0892c1a80 /gtk2_ardour/export_dialog.cc
parentbc46c6e5d44de56a8ef290484766a0f3bcfbed65 (diff)
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
Diffstat (limited to 'gtk2_ardour/export_dialog.cc')
-rw-r--r--gtk2_ardour/export_dialog.cc8
1 files changed, 5 insertions, 3 deletions
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 <unistd.h>
#include <utility>
#include <sys/stat.h>
-
#include <fstream>
#include <samplerate.h>
-#include <pbd/xml++.h>
+
+#include <pbd/convert.h>
#include <pbd/dirname.h>
+#include <pbd/xml++.h>
#include <gtkmm2ext/utils.h>
#include <ardour/export.h>
@@ -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"),