added link to emane wiki in anticipation of dynamic configuration, pointing users to the wiki for guidance

This commit is contained in:
Blake J. Harnden 2018-03-28 00:28:07 -07:00
parent a48036b353
commit 81840e501c

View file

@ -491,7 +491,13 @@ proc wlanConfigDialogHelper { wi target apply } {
$wi.wl.note add $wi.wl.note.emane -text "EMANE" -underline 0
set txt "The EMANE emulation system provides more complex wireless radio"
set txt "$txt emulation\n using pluggable MAC and PHY modules."
set txt "$txt Refer to the wiki for configuration option details"
ttk::label $wi.wl.note.emane.tlab -text $txt
ttk::button $wi.wl.note.emane.wiki -text "EMANE Wiki" \
-image $plugin_img_edit -compound right \
-command \
"_launchBrowser https://github.com/adjacentlink/emane/wiki"
pack $wi.wl.note.emane.wiki -side top -anchor w -padx 4 -pady 4
pack $wi.wl.note.emane.tlab -side top -anchor w -padx 4 -pady 4
# models