summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-30 20:25:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-30 20:25:47 +0000
commit6c2728f9815bcdbf1cbd702f271344e295ddb074 (patch)
treea4eb8f84e4b2b1430f1a3aa62be4e4dcefd27cee /gtk2_ardour/editing.cc
parentcc455e0d0a270bb20db85f750c7df07a96bb352e (diff)
more upgrades to the import dialog
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2358 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing.cc')
-rw-r--r--gtk2_ardour/editing.cc21
1 files changed, 21 insertions, 0 deletions
diff --git a/gtk2_ardour/editing.cc b/gtk2_ardour/editing.cc
index c9efa1feb2..f0b65cdbd1 100644
--- a/gtk2_ardour/editing.cc
+++ b/gtk2_ardour/editing.cc
@@ -161,5 +161,26 @@ const char *importmodestrs[] = {
#undef IMPORTMODE
#define IMPORTMODE(a) /*empty*/
+//IMPORTPOSITION
+#undef IMPORTPOSITION
+#define IMPORTPOSITION(s) N_(#s),
+const char *importpositionstrs[] = {
+ #include "editing_syms.h"
+ 0
+};
+#undef IMPORTPOSITION
+#define IMPORTPOSITION(a) /*empty*/
+
+//IMPORTCHANNEL
+#undef IMPORTCHANNEL
+#define IMPORTCHANNEL(s) N_(#s),
+const char *importchannelstrs[] = {
+ #include "editing_syms.h"
+ 0
+};
+#undef IMPORTCHANNEL
+#define IMPORTCHANNEL(a) /*empty*/
+
+
} // namespace Editing