updated Xschem "About" links

This commit is contained in:
Stefan Schippers 2020-09-01 09:31:34 +02:00
parent 61df74b50b
commit 1f73fb825c
1 changed files with 5 additions and 5 deletions

View File

@ -1695,9 +1695,9 @@ proc about {} {
wm title .about {About XSCHEM}
label .about.xschem -text "[xschem get version]" -font {Sans 24 bold}
label .about.descr -text "Schematic editor / netlister for VHDL, Verilog, SPICE, tEDAx"
button .about.link -text "http://repo.hu/projects/xschem" -font Underline-Font -fg blue -relief flat
button .about.link2 -text "http://repo.hu/projects/coraleda" -font Underline-Font -fg blue -relief flat
button .about.link3 -text "Online XSCHEM Manual" -font Underline-Font -fg blue -relief flat
button .about.link -text {http://repo.hu/projects/xschem} -font Underline-Font -fg blue -relief flat
button .about.link2 -text {https://github.com/StefanSchippers/xschem} -font Underline-Font -fg blue -relief flat
button .about.link3 -text {Online XSCHEM Manual} -font Underline-Font -fg blue -relief flat
label .about.copyright -text "\n Copyright 1998-2020 Stefan Schippers (stefan.schippers@gmail.com) \n
This is free software; see the source for copying conditions. There is NO warranty;
not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\n"
@ -1710,8 +1710,8 @@ proc about {} {
pack .about.copyright
pack .about.close
bind .about.link <Button-1> { execute 0 xdg-open http://repo.hu/projects/xschem}
bind .about.link2 <Button-1> { execute 0 xdg-open http://repo.hu/projects/coraleda}
bind .about.link3 <Button-1> { execute 0 xdg-open https://xschem.sourceforge.io/stefan/index.html}
bind .about.link2 <Button-1> { execute 0 xdg-open https://github.com/StefanSchippers/xschem}
bind .about.link3 <Button-1> { execute 0 xdg-open http://repo.hu/projects/xschem/index.html}
}
proc property_search {} {