mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Changed length of pathname trimming
Half of fix for bug 119400
This commit is contained in:
parent
6f30dbff2c
commit
dd5438c073
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user