DXF: include compatible AutoCAD version in format selector.

pull/4/head
EvilSpirit 2016-01-05 14:11:40 +06:00 committed by whitequark
parent f87152e8c0
commit df0a1d64e4
1 changed files with 2 additions and 2 deletions

View File

@ -207,14 +207,14 @@ DialogChoice LocateImportedFileYesNoCancel(const std::string &filename,
PAT2("Encapsulated PostScript", "eps", "ps") \ PAT2("Encapsulated PostScript", "eps", "ps") \
PAT1("Scalable Vector Graphics", "svg") \ PAT1("Scalable Vector Graphics", "svg") \
PAT2("STEP File", "step", "stp") \ PAT2("STEP File", "step", "stp") \
PAT1("DXF File", "dxf") \ PAT1("DXF File (AutoCAD 2007)", "dxf") \
PAT2("HPGL File", "plt", "hpgl") \ PAT2("HPGL File", "plt", "hpgl") \
PAT1("G Code", "txt") \ PAT1("G Code", "txt") \
ENDPAT ENDPAT
// 3d vector (wireframe lines and curves) format // 3d vector (wireframe lines and curves) format
#define V3D_PATTERN \ #define V3D_PATTERN \
PAT2("STEP File", "step", "stp") \ PAT2("STEP File", "step", "stp") \
PAT1("DXF File", "dxf") \ PAT1("DXF File (AutoCAD 2007)", "dxf") \
ENDPAT ENDPAT
// Comma-separated value, like a spreadsheet would use // Comma-separated value, like a spreadsheet would use
#define CSV_PATTERN \ #define CSV_PATTERN \