Skip to content

Commit 69d8158

Browse files
committed
Minor fixes
1 parent 27ffc2f commit 69d8158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ static const char *about_pcb2gcode_str = "pcb2gcode v%1<br>"
3737
static 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

4242
static 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 (*.*)";
4545
static const char *excellon_file_filter = "Excellon files (*.drl);;All types (*.*)";
4646
static const char *gcode_file_filter = "G-Code files (*.nc *.cnc *.ncc *.ecs *.ncg *.fan *.hnc);;All types (*.*)";
4747
static const char *text_file_filter = "Text files (*.*)";

0 commit comments

Comments
 (0)