Changed length of pathname trimming

Half of fix for bug 119400
This commit is contained in:
mitchf%netscape.com 2002-06-14 19:28:57 +00:00
Родитель 6f30dbff2c
Коммит dd5438c073
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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;