зеркало из https://github.com/mozilla/gecko-dev.git
Changed length of pathname trimming
Half of fix for bug 119400
This commit is contained in:
Родитель
6f30dbff2c
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче