Added the BSD licensed xmlformat utility for keeping the xml pretty
[ardour.git] / gtk2_ardour / editing_syms.h
index cf36550fb41da60b16bb4305a0c15f0557bb7c4c..3a503e2cb57a73f59ffca7a8677f6c89a5945234 100644 (file)
@@ -54,6 +54,8 @@ DISPLAYCONTROL(ShowMeasures)
 DISPLAYCONTROL(ShowWaveforms)
 DISPLAYCONTROL(ShowWaveformsRecording)
 
-IMPORTMODE(ImportAsRegion)
-IMPORTMODE(ImportAsTrack)
-IMPORTMODE(ImportToTrack)
+// if this is changed, remember to update the string table in sfdb_ui.cc
+IMPORTMODE(ImportAsRegion=0)
+IMPORTMODE(ImportToTrack=1)
+IMPORTMODE(ImportAsTrack=2)
+IMPORTMODE(ImportAsTapeTrack=3)