typo
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Feb 2007 03:24:22 +0000 (03:24 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Feb 2007 03:24:22 +0000 (03:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6918 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/file.js

index c1107e2..8bfa12f 100644 (file)
@@ -31,7 +31,7 @@ util.file.prototype = {
 
                        switch(path) {
                                case 'profile' :
-                                       this._file = this.dirService.get( "UChrom",  Components.interfaces.nsIFile );
+                                       this._file = this.dirService.get( "UChrm",  Components.interfaces.nsIFile );
                                        //this._file = this.dirService.get( "ProfD",  Components.interfaces.nsIFile );
                                break;
                                case 'chrome' :