File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ static const char *about_pcb2gcode_str = "pcb2gcode v%1<br>"
3737static const char * about_pcb2gcodegui_str = "pcb2gcodeGUI v%1<br>"
3838 "Created by Nicola Corna (nicola@corna.info)<br>"
3939 "<a href='https://github.com/Corna/pcb2gcodeGUI'>https://github.com/Corna/pcb2gcodeGUI</a>" ;
40- static const char * manual_link = "https://github.com/patkan /pcb2gcode/wiki/Manual" ;
40+ static const char * manual_link = "https://sourceforge.net/p /pcb2gcode/wiki/Manual/ " ;
4141
4242static const char * default_config_filename = "/default_millproject" ;
4343
44- static const char * gerber_file_filter = "Gerber files (RS-274X) ( *.gbr *.gtl *.gtp *.gto *.gbs *.gts);;All types (*.*)" ;
44+ static const char * gerber_file_filter = "Gerber files (*.gbr *.gtl *.gtp *.gto *.gbs *.gts);;All types (*.*)" ;
4545static const char * excellon_file_filter = "Excellon files (*.drl);;All types (*.*)" ;
4646static const char * gcode_file_filter = "G-Code files (*.nc *.cnc *.ncc *.ecs *.ncg *.fan *.hnc);;All types (*.*)" ;
4747static const char * text_file_filter = "Text files (*.*)" ;
You can’t perform that action at this time.
0 commit comments