summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing_syms.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-03 22:46:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-03 22:46:21 +0000
commit0593717d589c01ee6537d8441001297b36604f30 (patch)
treee2b40dc905028712ca4b6c771605bfa577504c43 /gtk2_ardour/editing_syms.h
parent429f302103b728b4b5e97b4dd379365e1a1987c5 (diff)
fix for NSD filename/folder extraction; import now works as well as embed does (and shares the codepath)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2365 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing_syms.h')
-rw-r--r--gtk2_ardour/editing_syms.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/editing_syms.h b/gtk2_ardour/editing_syms.h
index 116588a1ce..5cfe0777e1 100644
--- a/gtk2_ardour/editing_syms.h
+++ b/gtk2_ardour/editing_syms.h
@@ -86,8 +86,8 @@ IMPORTPOSITION(ImportAtPlayhead=2)
IMPORTPOSITION(ImportAtStart=3)
// if this is changed, remember to update the string table in sfdb_ui.cc
-IMPORTCHANNEL(ImportDistinctFiles=0)
-IMPORTCHANNEL(ImportMergeFiles=1)
-IMPORTCHANNEL(ImportSerializeFiles=2)
-IMPORTCHANNEL(ImportDistinctChannels=3)
+IMPORTDISPOSITION(ImportDistinctFiles=0)
+IMPORTDISPOSITION(ImportMergeFiles=1)
+IMPORTDISPOSITION(ImportSerializeFiles=2)
+IMPORTDISPOSITION(ImportDistinctChannels=3)