diff --git a/mozilla/cck/driver/interpret.cpp b/mozilla/cck/driver/interpret.cpp index a581e1b7d55..672bf5dbf1c 100644 --- a/mozilla/cck/driver/interpret.cpp +++ b/mozilla/cck/driver/interpret.cpp @@ -20,7 +20,12 @@ #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif -#define FILEPATHLENGTH 47 + +// defines the length of the 'collapsed' (trimmed) filepaths +// used by GetTrimFile( ) +// +#define FILEPATHLENGTH 78 + extern CWizardMachineApp theApp; extern NODE *CurrentNode; extern HBITMAP hBitmap;