Skip to content

Commit

Permalink
Added g_path to image paths in dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAtl committed Jul 24, 2022
1 parent 0e8ae2f commit 3581829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pcb-gcode-setup.ulp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ int Result = dlgDialog("pcb-gcode Setup") {
"<tr>"
"<td>"
"<a href=http://groups.yahoo.com/group/pcb-gcode>"
"<img src='docs/images/pcbgcode-600.gif' width='300'/>"
"<img src='" + g_path + "/docs/images/pcbgcode-600.gif' width='300'/>"
"</a>"
"</td>"
"<td><h6><center>Copyright 2004-2014 by"
Expand Down Expand Up @@ -558,7 +558,7 @@ int Result = dlgDialog("pcb-gcode Setup") {
MIRROR_BOTTOM);
}
dlgStretch(1);
dlgLabel("<img src='docs/images/isolation_settings_300.gif' width='300'/>");
dlgLabel("<img src='" + g_path + "/docs/images/isolation_settings_300.gif' width='300'/>");
dlgStretch(3);
}
dlgVBoxLayout {
Expand Down Expand Up @@ -647,7 +647,7 @@ int Result = dlgDialog("pcb-gcode Setup") {
if (program_is_setup()) dlgTabPage("Machine") {
dlgHBoxLayout {
dlgStretch(20);
dlgLabel("<img src='docs/images/z_axis.gif'/>");
dlgLabel("<img src='" + g_path + "/docs/images/z_axis.gif'/>");
dlgGroup("Z Axis") {
dlgGridLayout {
dlgCell(0, 0) dlgLabel("Z High ");
Expand Down

0 comments on commit 3581829

Please sign in to comment.