[interchange-cvs] interchange - ton modified code/UI_Tag/file_navigator.coretag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Feb 20 05:13:00 2003


User:      ton
Date:      2003-02-20 10:12:52 GMT
Modified:  code/UI_Tag file_navigator.coretag
Log:
	Fixed type in option name: parent_directory_message.

Revision  Changes    Path
1.9       +1 -1      interchange/code/UI_Tag/file_navigator.coretag


rev 1.9, prev_rev 1.8
Index: file_navigator.coretag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/file_navigator.coretag,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- file_navigator.coretag	14 Jan 2003 00:11:12 -0000	1.8
+++ file_navigator.coretag	20 Feb 2003 10:12:52 -0000	1.9
@@ -302,7 +302,7 @@
 		  or $nd = $opt->{top_of_tree};
 		my $msg = errmsg(
 					"<large><b>..</b></large> &#91;%s&#93",
-					$opt->{parent_directory_nessage} || 'parent directory',
+					$opt->{parent_directory_message} || 'parent directory',
 					);
 		unshift @dir, [ $nd, $msg, $dtmpl ];
 	}