summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing_syms.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-02 15:17:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-02 15:17:13 +0000
commitf2a2e9c00281c9bfe5ff7df31cdc8860129b282c (patch)
treee45988a790da04e1e72e917d2b0f7935526fe8a2 /gtk2_ardour/editing_syms.h
parent6c2728f9815bcdbf1cbd702f271344e295ddb074 (diff)
limited history depth (no GUI yet); more work on import dialog and semantics
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2361 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing_syms.h')
-rw-r--r--gtk2_ardour/editing_syms.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk2_ardour/editing_syms.h b/gtk2_ardour/editing_syms.h
index 8971f79995..116588a1ce 100644
--- a/gtk2_ardour/editing_syms.h
+++ b/gtk2_ardour/editing_syms.h
@@ -86,7 +86,8 @@ IMPORTPOSITION(ImportAtPlayhead=2)
IMPORTPOSITION(ImportAtStart=3)
// if this is changed, remember to update the string table in sfdb_ui.cc
-IMPORTCHANNEL(ImportThingPerFile=0)
-IMPORTCHANNEL(ImportThingPerChannel=1)
-IMPORTCHANNEL(ImportThingForAll=2)
+IMPORTCHANNEL(ImportDistinctFiles=0)
+IMPORTCHANNEL(ImportMergeFiles=1)
+IMPORTCHANNEL(ImportSerializeFiles=2)
+IMPORTCHANNEL(ImportDistinctChannels=3)