Changeset 18957 for trunk/Mars/mbase
- Timestamp:
- 03/25/18 16:32:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MStatusDisplay.cc
r18139 r18957 2396 2396 2397 2397 // Add the canvas to the list 2398 const TString name = c->GetName();2399 const TString title = c->GetTitle();2400 if ( title.IsNull() || name==title)2398 const TString _name = c->GetName(); 2399 const TString _title = c->GetTitle(); 2400 if (_title.IsNull() || _name==_title) 2401 2401 c->SetTitle(gFile->GetName()); 2402 2402 list.Add(c);
Note:
See TracChangeset
for help on using the changeset viewer.