X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fediting_syms.h;h=715202bfc9c41b2535054d6b96bcd9279cd674e5;hb=946a99f554a158d569b2cea5310a1197664dcda5;hp=a958776305938ac602050f491085310b84e269ae;hpb=5fef65538040fbac1b9edd1847a269aa925a49c9;p=ardour.git diff --git a/gtk2_ardour/editing_syms.h b/gtk2_ardour/editing_syms.h index a958776305..715202bfc9 100644 --- a/gtk2_ardour/editing_syms.h +++ b/gtk2_ardour/editing_syms.h @@ -88,22 +88,22 @@ DISPLAYCONTROL(ShowWaveforms) DISPLAYCONTROL(ShowWaveformsRecording) // 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) +IMPORTMODE(ImportAsRegion) +IMPORTMODE(ImportToTrack) +IMPORTMODE(ImportAsTrack) +IMPORTMODE(ImportAsTapeTrack) // if this is changed, remember to update the string table in sfdb_ui.cc -IMPORTPOSITION(ImportAtTimestamp=0) -IMPORTPOSITION(ImportAtEditPoint=1) -IMPORTPOSITION(ImportAtPlayhead=2) -IMPORTPOSITION(ImportAtStart=3) +IMPORTPOSITION(ImportAtTimestamp) +IMPORTPOSITION(ImportAtEditPoint) +IMPORTPOSITION(ImportAtPlayhead) +IMPORTPOSITION(ImportAtStart) // if this is changed, remember to update the string table in sfdb_ui.cc -IMPORTDISPOSITION(ImportDistinctFiles=0) -IMPORTDISPOSITION(ImportMergeFiles=1) -IMPORTDISPOSITION(ImportSerializeFiles=2) -IMPORTDISPOSITION(ImportDistinctChannels=3) +IMPORTDISPOSITION(ImportDistinctFiles) +IMPORTDISPOSITION(ImportMergeFiles) +IMPORTDISPOSITION(ImportSerializeFiles) +IMPORTDISPOSITION(ImportDistinctChannels) EDITPOINT(EditAtPlayhead) EDITPOINT(EditAtSelectedMarker)