Changed length of pathname trimming
Half of fix for bug 119400 git-svn-id: svn://10.0.0.236/trunk@123340 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
749479c013
commit
8e1853b8b8
@ -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