mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
69bb5c928e
graphical interface for Code_Aster (server side). PR: 54764 Submitted by: thierry@pompo.net
17 lines
1.3 KiB
Tcl
17 lines
1.3 KiB
Tcl
--- share/tkselecteur.tcl.orig Mon Jun 23 08:50:54 2003
|
|
+++ share/tkselecteur.tcl Mon Jul 21 14:17:58 2003
|
|
@@ -1699,10 +1699,10 @@
|
|
set ExecCmde_shell $ini
|
|
radiobutton $fen.sh.sh -font $astk::ihm(font,lab) -text /bin/sh -value /bin/sh -variable ExecCmde_shell
|
|
radiobutton $fen.sh.csh -font $astk::ihm(font,lab) -text /bin/csh -value /bin/csh -variable ExecCmde_shell
|
|
- radiobutton $fen.sh.ksh -font $astk::ihm(font,lab) -text /bin/ksh -value /bin/ksh -variable ExecCmde_shell
|
|
- radiobutton $fen.sh.bash -font $astk::ihm(font,lab) -text /bin/bash -value /bin/bash -variable ExecCmde_shell
|
|
+ radiobutton $fen.sh.ksh -font $astk::ihm(font,lab) -text %%LOCALBASE%%/bin/ksh -value %%LOCALBASE%%/bin/ksh -variable ExecCmde_shell
|
|
+ radiobutton $fen.sh.bash -font $astk::ihm(font,lab) -text %%LOCALBASE%%/bin/bash -value %%LOCALBASE%%/bin/bash -variable ExecCmde_shell
|
|
radiobutton $fen.sh.tcsh -font $astk::ihm(font,lab) -text /bin/tcsh -value /bin/tcsh -variable ExecCmde_shell
|
|
- radiobutton $fen.sh.zsh -font $astk::ihm(font,lab) -text /bin/zsh -value /bin/zsh -variable ExecCmde_shell
|
|
+ radiobutton $fen.sh.zsh -font $astk::ihm(font,lab) -text %%LOCALBASE%%/bin/zsh -value %%LOCALBASE%%/bin/zsh -variable ExecCmde_shell
|
|
|
|
pack $fen.txt -fill x -expand 1
|
|
pack $fen.txt.lbl -padx 10 -pady 5 -side left -anchor w
|