Fixed insane typo.
r2142 | mle | 2007-08-23 17:05:35 +1000 (Thu, 23 Aug 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
943b0c8293
commit
0ed6ecbffb
@@ -30,7 +30,7 @@ namespace eval nexus {
|
||||
global cfPath
|
||||
variable nexusdic
|
||||
variable state
|
||||
variable nxFileOpen;nxsave=true,
|
||||
variable nxFileOpen;
|
||||
if {$state(file,open) == "true"} {
|
||||
error_msg "Can't create a new file because the current file is still open"
|
||||
} elseif {$state(file,new) == "false"} {
|
||||
@@ -593,7 +593,7 @@ namespace eval ::nexus::script {
|
||||
|
||||
set tmpstr [string map {"$" ""} {$Name: not supported by cvs2svn $}]
|
||||
set nx_content_release_tag [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.27 $}]
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.28 $}]
|
||||
set nx_content_revision_num [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user