dtinfo subtree DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
b92cf08899
commit
8c8363f4a5
@@ -100,11 +100,11 @@ const char* locator_smart_ptr::label()
|
||||
{
|
||||
const char* rval;
|
||||
|
||||
try
|
||||
mtry
|
||||
{
|
||||
rval = get_string(BASE_COMPONENT_INDEX+2);
|
||||
}
|
||||
catch_any()
|
||||
mcatch_any()
|
||||
{
|
||||
// catch exceptions to ensure backwards compatibility
|
||||
rval = 0;
|
||||
|
||||
Reference in New Issue
Block a user