*** empty log message ***

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@783 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
kokalj 2004-04-06 13:29:18 +00:00
parent 504bb30937
commit 635dd591fc
5 changed files with 15 additions and 3 deletions

7
GUI/Guib/lib/Makefile Normal file
View File

@ -0,0 +1,7 @@
.tcl:
tclIndex: *.tcl
./aindex
clean:
-rm -f *~

View File

@ -47,7 +47,9 @@ set auto_index(::tku::toplevelExists) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::disableAll) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::enableAll) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::errorDialog) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::warningDialog) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::centerWindow) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::createFont) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::setCursor) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::resetCursor) [list source [file join $dir tkUtils.tcl]]
set auto_index(::tku::watchExec) [list source [file join $dir tkUtils.tcl]]

View File

@ -19,7 +19,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
#
# $Id: tclUtils.tcl,v 1.4 2004-03-17 10:09:33 kokalj Exp $
# $Id: tclUtils.tcl,v 1.5 2004-04-06 13:19:57 kokalj Exp $
#
#------------------------------------------------------------------------
@ -1225,7 +1225,7 @@ proc ::tclu::tempDir {what args} {
#------------------------------------------------------------------------
proc ::tclu::stringMatch {pattern string {nocase 0}} {
if { $nocase } {
if { $nocase != 0 } {
return [string match -nocase $pattern $string]
} else {
return [string match $pattern $string]

View File

@ -38,8 +38,9 @@ Here is a list of platforms on which standalone pwgui executables are
available:
+ Linux-i386
+ Macintosh (for Mac OS X, PWgui requires X11)
+ Windows
+ Macintosh (for MACOSX, pwgui requires X11)

View File

@ -1,3 +1,5 @@
.tcl:
.itcl:
tclIndex: *.itcl