diff options
Diffstat (limited to 'cad/astk-serveur/files.client/patch-share::tkselecteur.tcl')
-rw-r--r-- | cad/astk-serveur/files.client/patch-share::tkselecteur.tcl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cad/astk-serveur/files.client/patch-share::tkselecteur.tcl b/cad/astk-serveur/files.client/patch-share::tkselecteur.tcl new file mode 100644 index 000000000000..0d19480d1e34 --- /dev/null +++ b/cad/astk-serveur/files.client/patch-share::tkselecteur.tcl @@ -0,0 +1,16 @@ +--- 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 |